Html Css Color HEX #CA0081 Medium Violet Red

📋 copy color: '#CA0081'

red 202 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #CA0081

Tints of Medium Violet Red #CA0081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 61.03%
G = 0%
B = 38.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA0081 (or 0xCA0081) is known color: Medium Violet Red. HEX triplet: CA, 00 and 81. RGB value is (202,0,129). Sum of RGB (Red+Green+Blue) = 202+0+129=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0081 is #35FF7E. Grayscale: #4A4A4A. Windows color (decimal): -3538815 or 8454346. OLE color: 8454346.

HSL color Cylindrical-coordinate representation of color #CA0081: hue angle of 321.68º 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 #CA0081 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 129 -
CMYK 0 1 0.36 0.21
HSL 321.68º 1% 0.4% -
HSV(B) 321.68º 1% 0.79% -
XYZ 28.32 14.14 22.01 -
YUV 75.1 158.42 218.51 -
System Red Green Blue C M Y K H S L
Decimal 202 0 129 0 1 0.36 0.21 321.68 1 0.4
Hex CA 0 81 0 64 24 15 142 64 28
Octal 312 0 201 0 144 44 25 502 144 50
Binary 11001010 0 10000001 0 1100100 100100 10101 101000010 1100100 101000

Color Harmonies of #CA0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0081

Black with #CA0081

Text Example


Text Example

White with #CA0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0081; }

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

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

background-color css

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

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

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

border-color css

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

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

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