Html Css Color HEX #CD0499 Medium Violet Red

📋 copy color: '#CD0499'

red 205 ◦ green 4 ◦ blue 153

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

Shades of Medium Violet Red #CD0499

Tints of Medium Violet Red #CD0499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 56.63%
G = 1.1%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD0499 (or 0xCD0499) is known color: Medium Violet Red. HEX triplet: CD, 04 and 99. RGB value is (205,4,153). Sum of RGB (Red+Green+Blue) = 205+4+153=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0499 is #32FB66. Grayscale: #505050. Windows color (decimal): -3341159 or 10028237. OLE color: 10028237.

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

Color convert

RGB 205 4 153 -
CMYK 0 0.98 0.25 0.20
HSL 315.52º 0.96% 0.41% -
HSV(B) 315.52º 0.98% 0.8% -
XYZ 30.97 15.37 31.47 -
YUV 81.09 168.59 216.38 -
System Red Green Blue C M Y K H S L
Decimal 205 4 153 0 0.98 0.25 0.20 315.52 0.96 0.41
Hex CD 4 99 0 62 19 14 13C 60 29
Octal 315 4 231 0 142 31 24 474 140 51
Binary 11001101 100 10011001 0 1100010 11001 10100 100111100 1100000 101001

Color Harmonies of #CD0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0499

Black with #CD0499

Text Example


Text Example

White with #CD0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0499; }

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

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

background-color css

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

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

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

border-color css

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

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

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