Html Css Color HEX #CD0A81 Medium Violet Red

📋 copy color: '#CD0A81'

red 205 ◦ green 10 ◦ blue 129

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

Shades of Medium Violet Red #CD0A81

Tints of Medium Violet Red #CD0A81

RGB

 RED value IS 205 (80.47% from 255) = 59.59%

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

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

R = 59.59%
G = 2.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CD0A81 (or 0xCD0A81) is known color: Medium Violet Red. HEX triplet: CD, 0A and 81. RGB value is (205,10,129). Sum of RGB (Red+Green+Blue) = 205+10+129=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0A81 is #32F57E. Grayscale: #515151. Windows color (decimal): -3339647 or 8456909. OLE color: 8456909.

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

Color convert

RGB 205 10 129 -
CMYK 0 0.95 0.37 0.20
HSL 323.38º 0.91% 0.42% -
HSV(B) 323.38º 0.95% 0.8% -
XYZ 29.25 14.78 22.08 -
YUV 81.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 205 10 129 0 0.95 0.37 0.20 323.38 0.91 0.42
Hex CD A 81 0 5F 25 14 143 5B 2A
Octal 315 12 201 0 137 45 24 503 133 52
Binary 11001101 1010 10000001 0 1011111 100101 10100 101000011 1011011 101010

Color Harmonies of #CD0A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0A81

Black with #CD0A81

Text Example


Text Example

White with #CD0A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0A81; }

 p { color: rgb(205,10,129); }

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

background-color css

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

 a { background-color: rgb(205,10,129); }

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

border-color css

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

 span { border-color: rgb(205,10,129); }

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