Html Css Color HEX #CA0A8E Medium Violet Red

📋 copy color: '#CA0A8E'

red 202 ◦ green 10 ◦ blue 142

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

Shades of Medium Violet Red #CA0A8E

Tints of Medium Violet Red #CA0A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 57.06%
G = 2.82%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA0A8E (or 0xCA0A8E) is known color: Medium Violet Red. HEX triplet: CA, 0A and 8E. RGB value is (202,10,142). Sum of RGB (Red+Green+Blue) = 202+10+142=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0A8E is #35F571. Grayscale: #525252. Windows color (decimal): -3536242 or 9308874. OLE color: 9308874.

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

Color convert

RGB 202 10 142 -
CMYK 0 0.95 0.30 0.21
HSL 318.75º 0.91% 0.42% -
HSV(B) 318.75º 0.95% 0.79% -
XYZ 29.35 14.73 26.89 -
YUV 82.46 161.61 213.27 -
System Red Green Blue C M Y K H S L
Decimal 202 10 142 0 0.95 0.30 0.21 318.75 0.91 0.42
Hex CA A 8E 0 5F 1E 15 13F 5B 2A
Octal 312 12 216 0 137 36 25 477 133 52
Binary 11001010 1010 10001110 0 1011111 11110 10101 100111111 1011011 101010

Color Harmonies of #CA0A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A8E

Black with #CA0A8E

Text Example


Text Example

White with #CA0A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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