#CC3785

Color #CC3785 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CC3785

Tints of Deep Cerise #CC3785

Color information

#CC3785 (or 0xCC3785) is unknown color: approx Deep Cerise. HEX triplet: CC, 37 and 85. RGB value is (204,55,133). Sum of RGB (Red+Green+Blue) = 204+55+133=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3785 is #33C87A. Grayscale: #6C6C6C. Windows color (decimal): -3393659 or 8730572. OLE color: 8730572.

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

Color convert

RGB20455133-
CMYK00.730.350.2
HSL328.59º59.36%50.78%-
HSV(B)328.59º73.04%80%-
XYZ30.517.2623.91-
YUV108.44141.86196.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 55 (21.88% from 255) = 14.03%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=52.04%
G=14.03%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045513300.730.350.2328.5959.3650.78
HexCC378504923141493b33
Octal31467205011143245117363
Binary11001100110111100001010100100110001110100101001001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3785; }

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

 H1.HeaderClassName
 {
   color: #CC3785;
 }
 .AnyTagClassName
 {
   color: #CC3785;
 }
</style>
background-color css

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

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

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

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

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

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