#CA347D

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

Shades of Deep Cerise #CA347D

Tints of Deep Cerise #CA347D

Color information

#CA347D (or 0xCA347D) is unknown color: approx Deep Cerise. HEX triplet: CA, 34 and 7D. RGB value is (202,52,125). Sum of RGB (Red+Green+Blue) = 202+52+125=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA347D is #35CB82. Grayscale: #696969. Windows color (decimal): -3525507 or 8205514. OLE color: 8205514.

HSL color Cylindrical-coordinate representation of color #CA347D: hue angle of 330.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA347D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20252125-
CMYK00.740.380.21
HSL330.8º59.06%49.8%-
HSV(B)330.8º74.26%79.22%-
XYZ29.2916.4921.04-
YUV105.17139.2197.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=53.30%
G=13.72%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025212500.740.380.21330.859.0649.8
HexCA347D04A261514b3b32
Octal31264175011246255137362
Binary1100101011010011111010100101010011010101101001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA347D; }

 p { color: rgb(202,52,125); }

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

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

 a { background-color: rgb(202,52,125); }

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

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

 span { border-color: rgb(202,52,125); }

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