Html Css Color HEX #CC1990 Medium Violet Red

📋 copy color: '#CC1990'

red 204 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #CC1990

Tints of Medium Violet Red #CC1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

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

R = 54.69%
G = 6.7%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC1990 (or 0xCC1990) is known color: Medium Violet Red. HEX triplet: CC, 19 and 90. RGB value is (204,25,144). Sum of RGB (Red+Green+Blue) = 204+25+144=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1990 is #33E66F. Grayscale: #5B5B5B. Windows color (decimal): -3401328 or 9443788. OLE color: 9443788.

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

Color convert

RGB 204 25 144 -
CMYK 0 0.88 0.29 0.2
HSL 320.11º 0.78% 0.45% -
HSV(B) 320.11º 0.88% 0.8% -
XYZ 30.28 15.55 27.79 -
YUV 92.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 204 25 144 0 0.88 0.29 0.2 320.11 0.78 0.45
Hex CC 19 90 0 58 1D 14 140 4E 2D
Octal 314 31 220 0 130 35 24 500 116 55
Binary 11001100 11001 10010000 0 1011000 11101 10100 101000000 1001110 101101

Color Harmonies of #CC1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1990

Black with #CC1990

Text Example


Text Example

White with #CC1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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