#CC348D

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

Shades of Deep Cerise #CC348D

Tints of Deep Cerise #CC348D

Color information

#CC348D (or 0xCC348D) is unknown color: approx Deep Cerise. HEX triplet: CC, 34 and 8D. RGB value is (204,52,141). Sum of RGB (Red+Green+Blue) = 204+52+141=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC348D is #33CB72. Grayscale: #6B6B6B. Windows color (decimal): -3394419 or 9254092. OLE color: 9254092.

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

Color convert

RGB20452141-
CMYK00.750.310.2
HSL324.87º59.84%50.2%-
HSV(B)324.87º74.51%80%-
XYZ30.9417.2226.89-
YUV107.59146.86196.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=51.39%
G=13.10%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045214100.750.310.2324.8759.8450.2
HexCC348D04B1F141453c32
Octal31464215011337245057462
Binary1100110011010010001101010010111111110100101000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC348D; }

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

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

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

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

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

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

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

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