Html Css Color HEX #CC2190 Medium Violet Red

📋 copy color: '#CC2190'

red 204 ◦ green 33 ◦ blue 144

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

Shades of Medium Violet Red #CC2190

Tints of Medium Violet Red #CC2190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

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

R = 53.54%
G = 8.66%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2190 (or 0xCC2190) is known color: Medium Violet Red. HEX triplet: CC, 21 and 90. RGB value is (204,33,144). Sum of RGB (Red+Green+Blue) = 204+33+144=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2190 is #33DE6F. Grayscale: #606060. Windows color (decimal): -3399280 or 9445836. OLE color: 9445836.

HSL color Cylindrical-coordinate representation of color #CC2190: hue angle of 321.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2190 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 144 -
CMYK 0 0.84 0.29 0.2
HSL 321.05º 0.72% 0.46% -
HSV(B) 321.05º 0.84% 0.8% -
XYZ 30.48 15.94 27.86 -
YUV 96.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 204 33 144 0 0.84 0.29 0.2 321.05 0.72 0.46
Hex CC 21 90 0 54 1D 14 141 48 2E
Octal 314 41 220 0 124 35 24 501 110 56
Binary 11001100 100001 10010000 0 1010100 11101 10100 101000001 1001000 101110

Color Harmonies of #CC2190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2190

Black with #CC2190

Text Example


Text Example

White with #CC2190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2190; }

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

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

background-color css

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

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

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

border-color css

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

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

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