Html Css Color HEX #CD2490 Medium Violet Red

📋 copy color: '#CD2490'

red 205 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #CD2490

Tints of Medium Violet Red #CD2490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

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

R = 53.25%
G = 9.35%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2490 (or 0xCD2490) is known color: Medium Violet Red. HEX triplet: CD, 24 and 90. RGB value is (205,36,144). Sum of RGB (Red+Green+Blue) = 205+36+144=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2490 is #32DB6F. Grayscale: #626262. Windows color (decimal): -3332976 or 9446605. OLE color: 9446605.

HSL color Cylindrical-coordinate representation of color #CD2490: hue angle of 321.66º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2490 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 144 -
CMYK 0 0.82 0.30 0.20
HSL 321.66º 0.7% 0.47% -
HSV(B) 321.66º 0.82% 0.8% -
XYZ 30.84 16.25 27.9 -
YUV 98.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 205 36 144 0 0.82 0.30 0.20 321.66 0.7 0.47
Hex CD 24 90 0 52 1E 14 142 46 2F
Octal 315 44 220 0 122 36 24 502 106 57
Binary 11001101 100100 10010000 0 1010010 11110 10100 101000010 1000110 101111

Color Harmonies of #CD2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2490

Black with #CD2490

Text Example


Text Example

White with #CD2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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