Html Css Color HEX #CD1990 Medium Violet Red

📋 copy color: '#CD1990'

red 205 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #CD1990

Tints of Medium Violet Red #CD1990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 54.81%
G = 6.68%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD1990 (or 0xCD1990) is known color: Medium Violet Red. HEX triplet: CD, 19 and 90. RGB value is (205,25,144). Sum of RGB (Red+Green+Blue) = 205+25+144=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1990 is #32E66F. Grayscale: #5C5C5C. Windows color (decimal): -3335792 or 9443789. OLE color: 9443789.

HSL color Cylindrical-coordinate representation of color #CD1990: hue angle of 320.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 #CD1990 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 25 144 -
CMYK 0 0.88 0.30 0.20
HSL 320.33º 0.78% 0.45% -
HSV(B) 320.33º 0.88% 0.8% -
XYZ 30.56 15.69 27.8 -
YUV 92.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 205 25 144 0 0.88 0.30 0.20 320.33 0.78 0.45
Hex CD 19 90 0 58 1E 14 140 4E 2D
Octal 315 31 220 0 130 36 24 500 116 55
Binary 11001101 11001 10010000 0 1011000 11110 10100 101000000 1001110 101101

Color Harmonies of #CD1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1990

Black with #CD1990

Text Example


Text Example

White with #CD1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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