Html Css Color HEX #CD009C Medium Violet Red

📋 copy color: '#CD009C'

red 205 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #CD009C

Tints of Medium Violet Red #CD009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 56.79%
G = 0%
B = 43.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD009C (or 0xCD009C) is known color: Medium Violet Red. HEX triplet: CD, 00 and 9C. RGB value is (205,0,156). Sum of RGB (Red+Green+Blue) = 205+0+156=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD009C is #32FF63. Grayscale: #4E4E4E. Windows color (decimal): -3342180 or 10223821. OLE color: 10223821.

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

Color convert

RGB 205 0 156 -
CMYK 0 1 0.24 0.20
HSL 314.34º 1% 0.4% -
HSV(B) 314.34º 1% 0.8% -
XYZ 31.18 15.38 32.78 -
YUV 79.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 205 0 156 0 1 0.24 0.20 314.34 1 0.4
Hex CD 0 9C 0 64 18 14 13A 64 28
Octal 315 0 234 0 144 30 24 472 144 50
Binary 11001101 0 10011100 0 1100100 11000 10100 100111010 1100100 101000

Color Harmonies of #CD009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD009C

Black with #CD009C

Text Example


Text Example

White with #CD009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD009C; }

 p { color: rgb(205,0,156); }

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

background-color css

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

 a { background-color: rgb(205,0,156); }

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

border-color css

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

 span { border-color: rgb(205,0,156); }

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