Html Css Color HEX #CA0086 Medium Violet Red

📋 copy color: '#CA0086'

red 202 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #CA0086

Tints of Medium Violet Red #CA0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 60.12%
G = 0%
B = 39.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA0086 (or 0xCA0086) is known color: Medium Violet Red. HEX triplet: CA, 00 and 86. RGB value is (202,0,134). Sum of RGB (Red+Green+Blue) = 202+0+134=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0086 is #35FF79. Grayscale: #4B4B4B. Windows color (decimal): -3538810 or 8782026. OLE color: 8782026.

HSL color Cylindrical-coordinate representation of color #CA0086: hue angle of 320.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0086 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 134 -
CMYK 0 1 0.34 0.21
HSL 320.2º 1% 0.4% -
HSV(B) 320.2º 1% 0.79% -
XYZ 28.66 14.28 23.8 -
YUV 75.67 160.92 218.1 -
System Red Green Blue C M Y K H S L
Decimal 202 0 134 0 1 0.34 0.21 320.2 1 0.4
Hex CA 0 86 0 64 22 15 140 64 28
Octal 312 0 206 0 144 42 25 500 144 50
Binary 11001010 0 10000110 0 1100100 100010 10101 101000000 1100100 101000

Color Harmonies of #CA0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0086

Black with #CA0086

Text Example


Text Example

White with #CA0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0086; }

 p { color: rgb(202,0,134); }

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

background-color css

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

 a { background-color: rgb(202,0,134); }

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

border-color css

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

 span { border-color: rgb(202,0,134); }

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