Html Css Color HEX #CC0377 Medium Violet Red

📋 copy color: '#CC0377'

red 204 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #CC0377

Tints of Medium Violet Red #CC0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 62.58%
G = 0.92%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC0377 (or 0xCC0377) is known color: Medium Violet Red. HEX triplet: CC, 03 and 77. RGB value is (204,3,119). Sum of RGB (Red+Green+Blue) = 204+3+119=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0377 is #33FC88. Grayscale: #4C4C4C. Windows color (decimal): -3406985 or 7799756. OLE color: 7799756.

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

Color convert

RGB 204 3 119 -
CMYK 0 0.99 0.42 0.2
HSL 325.37º 0.97% 0.41% -
HSV(B) 325.37º 0.99% 0.8% -
XYZ 28.26 14.23 18.71 -
YUV 76.32 152.09 219.07 -
System Red Green Blue C M Y K H S L
Decimal 204 3 119 0 0.99 0.42 0.2 325.37 0.97 0.41
Hex CC 3 77 0 63 2A 14 145 61 29
Octal 314 3 167 0 143 52 24 505 141 51
Binary 11001100 11 1110111 0 1100011 101010 10100 101000101 1100001 101001

Color Harmonies of #CC0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0377

Black with #CC0377

Text Example


Text Example

White with #CC0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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