Html Css Color HEX #CC0473 Medium Violet Red

📋 copy color: '#CC0473'

red 204 ◦ green 4 ◦ blue 115

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

Shades of Medium Violet Red #CC0473

Tints of Medium Violet Red #CC0473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 63.16%
G = 1.24%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC0473 (or 0xCC0473) is known color: Medium Violet Red. HEX triplet: CC, 04 and 73. RGB value is (204,4,115). Sum of RGB (Red+Green+Blue) = 204+4+115=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0473 is #33FB8C. Grayscale: #4C4C4C. Windows color (decimal): -3406733 or 7537868. OLE color: 7537868.

HSL color Cylindrical-coordinate representation of color #CC0473: hue angle of 326.7º 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 #CC0473 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 115 -
CMYK 0 0.98 0.44 0.2
HSL 326.7º 0.96% 0.41% -
HSV(B) 326.7º 0.98% 0.8% -
XYZ 28.04 14.16 17.48 -
YUV 76.45 149.76 218.97 -
System Red Green Blue C M Y K H S L
Decimal 204 4 115 0 0.98 0.44 0.2 326.7 0.96 0.41
Hex CC 4 73 0 62 2C 14 147 60 29
Octal 314 4 163 0 142 54 24 507 140 51
Binary 11001100 100 1110011 0 1100010 101100 10100 101000111 1100000 101001

Color Harmonies of #CC0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0473

Black with #CC0473

Text Example


Text Example

White with #CC0473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0473; }

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

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

background-color css

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

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

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

border-color css

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

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

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