Html Css Color HEX #CD009D Medium Violet Red

📋 copy color: '#CD009D'

red 205 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #CD009D

Tints of Medium Violet Red #CD009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 56.63%
G = 0%
B = 43.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD009D (or 0xCD009D) is known color: Medium Violet Red. HEX triplet: CD, 00 and 9D. RGB value is (205,0,157). Sum of RGB (Red+Green+Blue) = 205+0+157=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD009D is #32FF62. Grayscale: #4E4E4E. Windows color (decimal): -3342179 or 10289357. OLE color: 10289357.

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

Color convert

RGB 205 0 157 -
CMYK 0 1 0.23 0.20
HSL 314.05º 1% 0.4% -
HSV(B) 314.05º 1% 0.8% -
XYZ 31.26 15.41 33.23 -
YUV 79.19 171.92 217.73 -
System Red Green Blue C M Y K H S L
Decimal 205 0 157 0 1 0.23 0.20 314.05 1 0.4
Hex CD 0 9D 0 64 17 14 13A 64 28
Octal 315 0 235 0 144 27 24 472 144 50
Binary 11001101 0 10011101 0 1100100 10111 10100 100111010 1100100 101000

Color Harmonies of #CD009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD009D

Black with #CD009D

Text Example


Text Example

White with #CD009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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