Html Css Color HEX #CD1590 Medium Violet Red

📋 copy color: '#CD1590'

red 205 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #CD1590

Tints of Medium Violet Red #CD1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

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

R = 55.41%
G = 5.68%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD1590 (or 0xCD1590) is known color: Medium Violet Red. HEX triplet: CD, 15 and 90. RGB value is (205,21,144). Sum of RGB (Red+Green+Blue) = 205+21+144=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD1590 is #32EA6F. Grayscale: #595959. Windows color (decimal): -3336816 or 9442765. OLE color: 9442765.

HSL color Cylindrical-coordinate representation of color #CD1590: hue angle of 319.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1590 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 144 -
CMYK 0 0.90 0.30 0.20
HSL 319.89º 0.81% 0.44% -
HSV(B) 319.89º 0.9% 0.8% -
XYZ 30.48 15.53 27.78 -
YUV 90.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 205 21 144 0 0.90 0.30 0.20 319.89 0.81 0.44
Hex CD 15 90 0 5A 1E 14 140 51 2C
Octal 315 25 220 0 132 36 24 500 121 54
Binary 11001101 10101 10010000 0 1011010 11110 10100 101000000 1010001 101100

Color Harmonies of #CD1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1590

Black with #CD1590

Text Example


Text Example

White with #CD1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1590; }

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

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

background-color css

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

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

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

border-color css

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

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

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