Html Css Color HEX #CD2290 Medium Violet Red

📋 copy color: '#CD2290'

red 205 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #CD2290

Tints of Medium Violet Red #CD2290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.88%

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

R = 53.52%
G = 8.88%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2290 (or 0xCD2290) is known color: Medium Violet Red. HEX triplet: CD, 22 and 90. RGB value is (205,34,144). Sum of RGB (Red+Green+Blue) = 205+34+144=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2290 is #32DD6F. Grayscale: #616161. Windows color (decimal): -3333488 or 9446093. OLE color: 9446093.

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

Color convert

RGB 205 34 144 -
CMYK 0 0.83 0.30 0.20
HSL 321.4º 0.72% 0.47% -
HSV(B) 321.4º 0.83% 0.8% -
XYZ 30.78 16.14 27.88 -
YUV 97.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 205 34 144 0 0.83 0.30 0.20 321.4 0.72 0.47
Hex CD 22 90 0 53 1E 14 141 48 2F
Octal 315 42 220 0 123 36 24 501 110 57
Binary 11001101 100010 10010000 0 1010011 11110 10100 101000001 1001000 101111

Color Harmonies of #CD2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2290

Black with #CD2290

Text Example


Text Example

White with #CD2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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