Html Css Color HEX #CA0F9E Medium Violet Red

📋 copy color: '#CA0F9E'

red 202 ◦ green 15 ◦ blue 158

#CA0F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA0F9E

Tints of Medium Violet Red #CA0F9E

RGB

 RED value IS 202 (79.3% from 255) = 53.87%

 GREEN value IS 15 (6.25% from 255) = 4%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 53.87%
G = 4%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA0F9E (or 0xCA0F9E) is known color: Medium Violet Red. HEX triplet: CA, 0F and 9E. RGB value is (202,15,158). Sum of RGB (Red+Green+Blue) = 202+15+158=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0F9E is #35F061. Grayscale: #565656. Windows color (decimal): -3534946 or 10358730. OLE color: 10358730.

HSL color Cylindrical-coordinate representation of color #CA0F9E: hue angle of 314.12º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F9E is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 15 158 -
CMYK 0 0.93 0.22 0.21
HSL 314.12º 0.86% 0.43% -
HSV(B) 314.12º 0.93% 0.79% -
XYZ 30.7 15.37 33.7 -
YUV 87.22 167.95 209.87 -
System Red Green Blue C M Y K H S L
Decimal 202 15 158 0 0.93 0.22 0.21 314.12 0.86 0.43
Hex CA F 9E 0 5D 16 15 13A 56 2B
Octal 312 17 236 0 135 26 25 472 126 53
Binary 11001010 1111 10011110 0 1011101 10110 10101 100111010 1010110 101011

Color Harmonies of #CA0F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F9E

Black with #CA0F9E

Text Example


Text Example

White with #CA0F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F9E; }

 p { color: rgb(202,15,158); }

 H1.HeaderClassName
 {
   color: #CA0F9E;
 }
 .AnyTagClassName
 {
   color: #CA0F9E;
 }
</style>

background-color css

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

 a { background-color: rgb(202,15,158); }

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

border-color css

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

 span { border-color: rgb(202,15,158); }

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