Html Css Color HEX #CC3499 Deep Cerise

📋 copy color: '#CC3499'

red 204 ◦ green 52 ◦ blue 153

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

Shades of Deep Cerise #CC3499

Tints of Deep Cerise #CC3499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.71%

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

R = 49.88%
G = 12.71%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC3499 (or 0xCC3499) is known color: Deep Cerise. HEX triplet: CC, 34 and 99. RGB value is (204,52,153). Sum of RGB (Red+Green+Blue) = 204+52+153=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3499 is #33CB66. Grayscale: #6C6C6C. Windows color (decimal): -3394407 or 10040524. OLE color: 10040524.

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

Color convert

RGB 204 52 153 -
CMYK 0 0.75 0.25 0.2
HSL 320.13º 0.6% 0.5% -
HSV(B) 320.13º 0.75% 0.8% -
XYZ 31.88 17.59 31.85 -
YUV 108.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 204 52 153 0 0.75 0.25 0.2 320.13 0.6 0.5
Hex CC 34 99 0 4B 19 14 140 3C 32
Octal 314 64 231 0 113 31 24 500 74 62
Binary 11001100 110100 10011001 0 1001011 11001 10100 101000000 111100 110010

Color Harmonies of #CC3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3499

Black with #CC3499

Text Example


Text Example

White with #CC3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3499; }

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

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

background-color css

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

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

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

border-color css

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

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

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