Html Css Color HEX #CD0D99 Medium Violet Red

📋 copy color: '#CD0D99'

red 205 ◦ green 13 ◦ blue 153

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

Shades of Medium Violet Red #CD0D99

Tints of Medium Violet Red #CD0D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

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

R = 55.26%
G = 3.5%
B = 41.24%

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

#CD0D99 (or 0xCD0D99) is known color: Medium Violet Red. HEX triplet: CD, 0D and 99. RGB value is (205,13,153). Sum of RGB (Red+Green+Blue) = 205+13+153=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0D99 is #32F266. Grayscale: #565656. Windows color (decimal): -3338855 or 10030541. OLE color: 10030541.

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

Color convert

RGB 205 13 153 -
CMYK 0 0.94 0.25 0.20
HSL 316.25º 0.88% 0.43% -
HSV(B) 316.25º 0.94% 0.8% -
XYZ 31.07 15.57 31.5 -
YUV 86.37 165.61 212.62 -
System Red Green Blue C M Y K H S L
Decimal 205 13 153 0 0.94 0.25 0.20 316.25 0.88 0.43
Hex CD D 99 0 5E 19 14 13C 58 2B
Octal 315 15 231 0 136 31 24 474 130 53
Binary 11001101 1101 10011001 0 1011110 11001 10100 100111100 1011000 101011

Color Harmonies of #CD0D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0D99

Black with #CD0D99

Text Example


Text Example

White with #CD0D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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