Html Css Color HEX #CC1774 Medium Violet Red

📋 copy color: '#CC1774'

red 204 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #CC1774

Tints of Medium Violet Red #CC1774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 59.48%
G = 6.71%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC1774 (or 0xCC1774) is known color: Medium Violet Red. HEX triplet: CC, 17 and 74. RGB value is (204,23,116). Sum of RGB (Red+Green+Blue) = 204+23+116=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1774 is #33E88B. Grayscale: #575757. Windows color (decimal): -3401868 or 7608268. OLE color: 7608268.

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

Color convert

RGB 204 23 116 -
CMYK 0 0.89 0.43 0.2
HSL 329.17º 0.8% 0.45% -
HSV(B) 329.17º 0.89% 0.8% -
XYZ 28.36 14.71 17.87 -
YUV 87.72 143.97 210.94 -
System Red Green Blue C M Y K H S L
Decimal 204 23 116 0 0.89 0.43 0.2 329.17 0.8 0.45
Hex CC 17 74 0 59 2B 14 149 50 2D
Octal 314 27 164 0 131 53 24 511 120 55
Binary 11001100 10111 1110100 0 1011001 101011 10100 101001001 1010000 101101

Color Harmonies of #CC1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1774

Black with #CC1774

Text Example


Text Example

White with #CC1774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1774; }

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

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

background-color css

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

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

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

border-color css

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

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

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