Html Css Color HEX #CC0477 Medium Violet Red

📋 copy color: '#CC0477'

red 204 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #CC0477

Tints of Medium Violet Red #CC0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 62.39%
G = 1.22%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC0477 (or 0xCC0477) is known color: Medium Violet Red. HEX triplet: CC, 04 and 77. RGB value is (204,4,119). Sum of RGB (Red+Green+Blue) = 204+4+119=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0477 is #33FB88. Grayscale: #4C4C4C. Windows color (decimal): -3406729 or 7800012. OLE color: 7800012.

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

Color convert

RGB 204 4 119 -
CMYK 0 0.98 0.42 0.2
HSL 325.5º 0.96% 0.41% -
HSV(B) 325.5º 0.98% 0.8% -
XYZ 28.28 14.26 18.71 -
YUV 76.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 204 4 119 0 0.98 0.42 0.2 325.5 0.96 0.41
Hex CC 4 77 0 62 2A 14 146 60 29
Octal 314 4 167 0 142 52 24 506 140 51
Binary 11001100 100 1110111 0 1100010 101010 10100 101000110 1100000 101001

Color Harmonies of #CC0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0477

Black with #CC0477

Text Example


Text Example

White with #CC0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0477; }

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

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

background-color css

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

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

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

border-color css

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

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

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