Html Css Color HEX #CC2099 Medium Violet Red

📋 copy color: '#CC2099'

red 204 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #CC2099

Tints of Medium Violet Red #CC2099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

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

R = 52.44%
G = 8.23%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2099 (or 0xCC2099) is known color: Medium Violet Red. HEX triplet: CC, 20 and 99. RGB value is (204,32,153). Sum of RGB (Red+Green+Blue) = 204+32+153=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2099 is #33DF66. Grayscale: #606060. Windows color (decimal): -3399527 or 10035404. OLE color: 10035404.

HSL color Cylindrical-coordinate representation of color #CC2099: hue angle of 317.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2099 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 153 -
CMYK 0 0.84 0.25 0.2
HSL 317.79º 0.73% 0.46% -
HSV(B) 317.79º 0.84% 0.8% -
XYZ 31.17 16.17 31.62 -
YUV 97.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 204 32 153 0 0.84 0.25 0.2 317.79 0.73 0.46
Hex CC 20 99 0 54 19 14 13E 49 2E
Octal 314 40 231 0 124 31 24 476 111 56
Binary 11001100 100000 10011001 0 1010100 11001 10100 100111110 1001001 101110

Color Harmonies of #CC2099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2099

Black with #CC2099

Text Example


Text Example

White with #CC2099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2099; }

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

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

background-color css

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

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

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

border-color css

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

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

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