Html Css Color HEX #CC0376 Medium Violet Red

📋 copy color: '#CC0376'

red 204 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #CC0376

Tints of Medium Violet Red #CC0376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 62.77%
G = 0.92%
B = 36.31%

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

#CC0376 (or 0xCC0376) is known color: Medium Violet Red. HEX triplet: CC, 03 and 76. RGB value is (204,3,118). Sum of RGB (Red+Green+Blue) = 204+3+118=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0376 is #33FC89. Grayscale: #4B4B4B. Windows color (decimal): -3406986 or 7734220. OLE color: 7734220.

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

Color convert

RGB 204 3 118 -
CMYK 0 0.99 0.42 0.2
HSL 325.67º 0.97% 0.41% -
HSV(B) 325.67º 0.99% 0.8% -
XYZ 28.2 14.21 18.4 -
YUV 76.21 151.59 219.15 -
System Red Green Blue C M Y K H S L
Decimal 204 3 118 0 0.99 0.42 0.2 325.67 0.97 0.41
Hex CC 3 76 0 63 2A 14 146 61 29
Octal 314 3 166 0 143 52 24 506 141 51
Binary 11001100 11 1110110 0 1100011 101010 10100 101000110 1100001 101001

Color Harmonies of #CC0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0376

Black with #CC0376

Text Example


Text Example

White with #CC0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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