Html Css Color HEX #CD0099 Medium Violet Red

📋 copy color: '#CD0099'

red 205 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #CD0099

Tints of Medium Violet Red #CD0099

RGB

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

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

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

R = 57.26%
G = 0%
B = 42.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD0099 (or 0xCD0099) is known color: Medium Violet Red. HEX triplet: CD, 00 and 99. RGB value is (205,0,153). Sum of RGB (Red+Green+Blue) = 205+0+153=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0099 is #32FF66. Grayscale: #4E4E4E. Windows color (decimal): -3342183 or 10027213. OLE color: 10027213.

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

Color convert

RGB 205 0 153 -
CMYK 0 1 0.25 0.20
HSL 315.22º 1% 0.4% -
HSV(B) 315.22º 1% 0.8% -
XYZ 30.93 15.28 31.46 -
YUV 78.74 169.92 218.06 -
System Red Green Blue C M Y K H S L
Decimal 205 0 153 0 1 0.25 0.20 315.22 1 0.4
Hex CD 0 99 0 64 19 14 13B 64 28
Octal 315 0 231 0 144 31 24 473 144 50
Binary 11001101 0 10011001 0 1100100 11001 10100 100111011 1100100 101000

Color Harmonies of #CD0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0099

Black with #CD0099

Text Example


Text Example

White with #CD0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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