#CC368D

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

Shades of Deep Cerise #CC368D

Tints of Deep Cerise #CC368D

Color information

#CC368D (or 0xCC368D) is unknown color: approx Deep Cerise. HEX triplet: CC, 36 and 8D. RGB value is (204,54,141). Sum of RGB (Red+Green+Blue) = 204+54+141=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC368D is #33C972. Grayscale: #6C6C6C. Windows color (decimal): -3393907 or 9254604. OLE color: 9254604.

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

Color convert

RGB20454141-
CMYK00.740.310.2
HSL325.2º59.52%50.59%-
HSV(B)325.2º73.53%80%-
XYZ31.0317.426.92-
YUV108.77146.2195.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=51.13%
G=13.53%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045414100.740.310.2325.259.5250.59
HexCC368D04A1F141453c33
Octal31466215011237245057463
Binary1100110011011010001101010010101111110100101000101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC368D; }

 p { color: rgb(204,54,141); }

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

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

 a { background-color: rgb(204,54,141); }

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

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

 span { border-color: rgb(204,54,141); }

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