Html Css Color HEX #CC3775 Deep Cerise

📋 copy color: '#CC3775'

red 204 ◦ green 55 ◦ blue 117

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

Shades of Deep Cerise #CC3775

Tints of Deep Cerise #CC3775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.63%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 54.26%
G = 14.63%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC3775 (or 0xCC3775) is known color: Deep Cerise. HEX triplet: CC, 37 and 75. RGB value is (204,55,117). Sum of RGB (Red+Green+Blue) = 204+55+117=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3775 is #33C88A. Grayscale: #6A6A6A. Windows color (decimal): -3393675 or 7681996. OLE color: 7681996.

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

Color convert

RGB 204 55 117 -
CMYK 0 0.73 0.43 0.2
HSL 335.03º 0.59% 0.51% -
HSV(B) 335.03º 0.73% 0.8% -
XYZ 29.48 16.85 18.53 -
YUV 106.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 204 55 117 0 0.73 0.43 0.2 335.03 0.59 0.51
Hex CC 37 75 0 49 2B 14 14F 3B 33
Octal 314 67 165 0 111 53 24 517 73 63
Binary 11001100 110111 1110101 0 1001001 101011 10100 101001111 111011 110011

Color Harmonies of #CC3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3775

Black with #CC3775

Text Example


Text Example

White with #CC3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3775; }

 p { color: rgb(204,55,117); }

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

background-color css

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

 a { background-color: rgb(204,55,117); }

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

border-color css

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

 span { border-color: rgb(204,55,117); }

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