Html Css Color HEX #CC2290 Medium Violet Red

📋 copy color: '#CC2290'

red 204 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #CC2290

Tints of Medium Violet Red #CC2290

RGB

 RED value IS 204 (80.08% from 255) = 53.4%

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

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

R = 53.4%
G = 8.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2290 (or 0xCC2290) is known color: Medium Violet Red. HEX triplet: CC, 22 and 90. RGB value is (204,34,144). Sum of RGB (Red+Green+Blue) = 204+34+144=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2290 is #33DD6F. Grayscale: #616161. Windows color (decimal): -3399024 or 9446092. OLE color: 9446092.

HSL color Cylindrical-coordinate representation of color #CC2290: hue angle of 321.18º degrees, saturation: 0.71, 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 #CC2290 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 144 -
CMYK 0 0.83 0.29 0.2
HSL 321.18º 0.71% 0.47% -
HSV(B) 321.18º 0.83% 0.8% -
XYZ 30.51 16 27.86 -
YUV 97.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 204 34 144 0 0.83 0.29 0.2 321.18 0.71 0.47
Hex CC 22 90 0 53 1D 14 141 47 2F
Octal 314 42 220 0 123 35 24 501 107 57
Binary 11001100 100010 10010000 0 1010011 11101 10100 101000001 1000111 101111

Color Harmonies of #CC2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2290

Black with #CC2290

Text Example


Text Example

White with #CC2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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