Html Css Color HEX #CD1987 Medium Violet Red

📋 copy color: '#CD1987'

red 205 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #CD1987

Tints of Medium Violet Red #CD1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.85%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 56.16%
G = 6.85%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD1987 (or 0xCD1987) is known color: Medium Violet Red. HEX triplet: CD, 19 and 87. RGB value is (205,25,135). Sum of RGB (Red+Green+Blue) = 205+25+135=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1987 is #32E678. Grayscale: #5B5B5B. Windows color (decimal): -3335801 or 8853965. OLE color: 8853965.

HSL color Cylindrical-coordinate representation of color #CD1987: hue angle of 323.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1987 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 25 135 -
CMYK 0 0.88 0.34 0.20
HSL 323.33º 0.78% 0.45% -
HSV(B) 323.33º 0.88% 0.8% -
XYZ 29.9 15.42 24.32 -
YUV 91.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 205 25 135 0 0.88 0.34 0.20 323.33 0.78 0.45
Hex CD 19 87 0 58 22 14 143 4E 2D
Octal 315 31 207 0 130 42 24 503 116 55
Binary 11001101 11001 10000111 0 1011000 100010 10100 101000011 1001110 101101

Color Harmonies of #CD1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1987

Black with #CD1987

Text Example


Text Example

White with #CD1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1987; }

 p { color: rgb(205,25,135); }

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

background-color css

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

 a { background-color: rgb(205,25,135); }

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

border-color css

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

 span { border-color: rgb(205,25,135); }

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