Html Css Color HEX #CC1076 Medium Violet Red

📋 copy color: '#CC1076'

red 204 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #CC1076

Tints of Medium Violet Red #CC1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 60.36%
G = 4.73%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC1076 (or 0xCC1076) is known color: Medium Violet Red. HEX triplet: CC, 10 and 76. RGB value is (204,16,118). Sum of RGB (Red+Green+Blue) = 204+16+118=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1076 is #33EF89. Grayscale: #535353. Windows color (decimal): -3403658 or 7737548. OLE color: 7737548.

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

Color convert

RGB 204 16 118 -
CMYK 0 0.92 0.42 0.2
HSL 327.45º 0.85% 0.43% -
HSV(B) 327.45º 0.92% 0.8% -
XYZ 28.36 14.52 18.45 -
YUV 83.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 204 16 118 0 0.92 0.42 0.2 327.45 0.85 0.43
Hex CC 10 76 0 5C 2A 14 147 55 2B
Octal 314 20 166 0 134 52 24 507 125 53
Binary 11001100 10000 1110110 0 1011100 101010 10100 101000111 1010101 101011

Color Harmonies of #CC1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1076

Black with #CC1076

Text Example


Text Example

White with #CC1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1076; }

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

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

background-color css

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

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

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

border-color css

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

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

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