Html Css Color HEX #CC3199 Deep Cerise

📋 copy color: '#CC3199'

red 204 ◦ green 49 ◦ blue 153

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

Shades of Deep Cerise #CC3199

Tints of Deep Cerise #CC3199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.07%

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

R = 50.25%
G = 12.07%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC3199 (or 0xCC3199) is known color: Deep Cerise. HEX triplet: CC, 31 and 99. RGB value is (204,49,153). Sum of RGB (Red+Green+Blue) = 204+49+153=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3199 is #33CE66. Grayscale: #6A6A6A. Windows color (decimal): -3395175 or 10039756. OLE color: 10039756.

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

Color convert

RGB 204 49 153 -
CMYK 0 0.76 0.25 0.2
HSL 319.74º 0.61% 0.5% -
HSV(B) 319.74º 0.76% 0.8% -
XYZ 31.75 17.33 31.81 -
YUV 107.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 204 49 153 0 0.76 0.25 0.2 319.74 0.61 0.5
Hex CC 31 99 0 4C 19 14 140 3D 32
Octal 314 61 231 0 114 31 24 500 75 62
Binary 11001100 110001 10011001 0 1001100 11001 10100 101000000 111101 110010

Color Harmonies of #CC3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3199

Black with #CC3199

Text Example


Text Example

White with #CC3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3199; }

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

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

background-color css

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

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

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

border-color css

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

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

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