Html Css Color HEX #CC0490 Medium Violet Red

📋 copy color: '#CC0490'

red 204 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #CC0490

Tints of Medium Violet Red #CC0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 57.95%
G = 1.14%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC0490 (or 0xCC0490) is known color: Medium Violet Red. HEX triplet: CC, 04 and 90. RGB value is (204,4,144). Sum of RGB (Red+Green+Blue) = 204+4+144=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0490 is #33FB6F. Grayscale: #4F4F4F. Windows color (decimal): -3406704 or 9438412. OLE color: 9438412.

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

Color convert

RGB 204 4 144 -
CMYK 0 0.98 0.29 0.2
HSL 318º 0.96% 0.41% -
HSV(B) 318º 0.98% 0.8% -
XYZ 29.98 14.94 27.69 -
YUV 79.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 204 4 144 0 0.98 0.29 0.2 318 0.96 0.41
Hex CC 4 90 0 62 1D 14 13E 60 29
Octal 314 4 220 0 142 35 24 476 140 51
Binary 11001100 100 10010000 0 1100010 11101 10100 100111110 1100000 101001

Color Harmonies of #CC0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0490

Black with #CC0490

Text Example


Text Example

White with #CC0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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