Html Css Color HEX #CC3495 Deep Cerise

📋 copy color: '#CC3495'

red 204 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #CC3495

Tints of Deep Cerise #CC3495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 50.37%
G = 12.84%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC3495 (or 0xCC3495) is known color: Deep Cerise. HEX triplet: CC, 34 and 95. RGB value is (204,52,149). Sum of RGB (Red+Green+Blue) = 204+52+149=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3495 is #33CB6A. Grayscale: #6C6C6C. Windows color (decimal): -3394411 or 9778380. OLE color: 9778380.

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

Color convert

RGB 204 52 149 -
CMYK 0 0.75 0.27 0.2
HSL 321.71º 0.6% 0.5% -
HSV(B) 321.71º 0.75% 0.8% -
XYZ 31.55 17.46 30.14 -
YUV 108.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 204 52 149 0 0.75 0.27 0.2 321.71 0.6 0.5
Hex CC 34 95 0 4B 1B 14 142 3C 32
Octal 314 64 225 0 113 33 24 502 74 62
Binary 11001100 110100 10010101 0 1001011 11011 10100 101000010 111100 110010

Color Harmonies of #CC3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3495

Black with #CC3495

Text Example


Text Example

White with #CC3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3495; }

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

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

background-color css

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

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

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

border-color css

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

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

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