Html Css Color HEX #CC1799 Medium Violet Red

📋 copy color: '#CC1799'

red 204 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #CC1799

Tints of Medium Violet Red #CC1799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 53.68%
G = 6.05%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1799 (or 0xCC1799) is known color: Medium Violet Red. HEX triplet: CC, 17 and 99. RGB value is (204,23,153). Sum of RGB (Red+Green+Blue) = 204+23+153=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1799 is #33E866. Grayscale: #5B5B5B. Windows color (decimal): -3401831 or 10033100. OLE color: 10033100.

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

Color convert

RGB 204 23 153 -
CMYK 0 0.89 0.25 0.2
HSL 316.91º 0.8% 0.45% -
HSV(B) 316.91º 0.89% 0.8% -
XYZ 30.96 15.75 31.55 -
YUV 91.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 204 23 153 0 0.89 0.25 0.2 316.91 0.8 0.45
Hex CC 17 99 0 59 19 14 13D 50 2D
Octal 314 27 231 0 131 31 24 475 120 55
Binary 11001100 10111 10011001 0 1011001 11001 10100 100111101 1010000 101101

Color Harmonies of #CC1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1799

Black with #CC1799

Text Example


Text Example

White with #CC1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1799; }

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

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

background-color css

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

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

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

border-color css

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

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

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