Html Css Color HEX #CD0C99 Medium Violet Red

📋 copy color: '#CD0C99'

red 205 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #CD0C99

Tints of Medium Violet Red #CD0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.24%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 55.41%
G = 3.24%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD0C99 (or 0xCD0C99) is known color: Medium Violet Red. HEX triplet: CD, 0C and 99. RGB value is (205,12,153). Sum of RGB (Red+Green+Blue) = 205+12+153=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0C99 is #32F366. Grayscale: #555555. Windows color (decimal): -3339111 or 10030285. OLE color: 10030285.

HSL color Cylindrical-coordinate representation of color #CD0C99: hue angle of 316.17º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 12 153 -
CMYK 0 0.94 0.25 0.20
HSL 316.17º 0.89% 0.43% -
HSV(B) 316.17º 0.94% 0.8% -
XYZ 31.06 15.54 31.5 -
YUV 85.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 205 12 153 0 0.94 0.25 0.20 316.17 0.89 0.43
Hex CD C 99 0 5E 19 14 13C 59 2B
Octal 315 14 231 0 136 31 24 474 131 53
Binary 11001101 1100 10011001 0 1011110 11001 10100 100111100 1011001 101011

Color Harmonies of #CD0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C99

Black with #CD0C99

Text Example


Text Example

White with #CD0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C99; }

 p { color: rgb(205,12,153); }

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

background-color css

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

 a { background-color: rgb(205,12,153); }

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

border-color css

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

 span { border-color: rgb(205,12,153); }

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