#CA368E

Color #CA368E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #CA368E

Tints of Medium Red Violet #CA368E

Color information

#CA368E (or 0xCA368E) is unknown color: approx Medium Red Violet. HEX triplet: CA, 36 and 8E. RGB value is (202,54,142). Sum of RGB (Red+Green+Blue) = 202+54+142=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA368E is #35C971. Grayscale: #6C6C6C. Windows color (decimal): -3524978 or 9320138. OLE color: 9320138.

HSL color Cylindrical-coordinate representation of color #CA368E: hue angle of 324.32º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA368E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20254142-
CMYK00.730.300.21
HSL324.32º58.27%50.2%-
HSV(B)324.32º73.27%79.22%-
XYZ30.5617.1527.29-
YUV108.28147.03194.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 54 (21.48% from 255) = 13.57%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=50.75%
G=13.57%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025414200.730.300.21324.3258.2750.2
HexCA368E0491E151443a32
Octal31266216011136255047262
Binary1100101011011010001110010010011111010101101000100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA368E; }

 p { color: rgb(202,54,142); }

 H1.HeaderClassName
 {
   color: #CA368E;
 }
 .AnyTagClassName
 {
   color: #CA368E;
 }
</style>
background-color css

<style>
 a { background-color: #CA368E; }

 a { background-color: rgb(202,54,142); }

 div.DivClassName
 {
   background-color: #CA368E;
 }
 .BgClassName
 {
   background-color: #CA368E;
 }
</style>
border-color css

<style>
 span { border-color: #CA368E; }

 span { border-color: rgb(202,54,142); }

 td.TdClassName
 {
   border-color: #CA368E;
 }
 .TagClassName
 {
   border-color: #CA368E;
 }
</style>