Html Css Color HEX #CC1772 Medium Violet Red

📋 copy color: '#CC1772'

red 204 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #CC1772

Tints of Medium Violet Red #CC1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 59.82%
G = 6.74%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC1772 (or 0xCC1772) is known color: Medium Violet Red. HEX triplet: CC, 17 and 72. RGB value is (204,23,114). Sum of RGB (Red+Green+Blue) = 204+23+114=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1772 is #33E88D. Grayscale: #575757. Windows color (decimal): -3401870 or 7477196. OLE color: 7477196.

HSL color Cylindrical-coordinate representation of color #CC1772: hue angle of 329.83º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1772 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 114 -
CMYK 0 0.89 0.44 0.2
HSL 329.83º 0.8% 0.45% -
HSV(B) 329.83º 0.89% 0.8% -
XYZ 28.25 14.67 17.26 -
YUV 87.49 142.97 211.1 -
System Red Green Blue C M Y K H S L
Decimal 204 23 114 0 0.89 0.44 0.2 329.83 0.8 0.45
Hex CC 17 72 0 59 2C 14 14A 50 2D
Octal 314 27 162 0 131 54 24 512 120 55
Binary 11001100 10111 1110010 0 1011001 101100 10100 101001010 1010000 101101

Color Harmonies of #CC1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1772

Black with #CC1772

Text Example


Text Example

White with #CC1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1772; }

 p { color: rgb(204,23,114); }

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

background-color css

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

 a { background-color: rgb(204,23,114); }

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

border-color css

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

 span { border-color: rgb(204,23,114); }

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