#CA357A

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

Shades of Deep Cerise #CA357A

Tints of Deep Cerise #CA357A

Color information

#CA357A (or 0xCA357A) is unknown color: approx Deep Cerise. HEX triplet: CA, 35 and 7A. RGB value is (202,53,122). Sum of RGB (Red+Green+Blue) = 202+53+122=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357A is #35CA85. Grayscale: #696969. Windows color (decimal): -3525254 or 8009162. OLE color: 8009162.

HSL color Cylindrical-coordinate representation of color #CA357A: hue angle of 332.21º degrees, saturation: 0.58, 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 #CA357A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20253122-
CMYK00.740.400.21
HSL332.21º58.43%50%-
HSV(B)332.21º73.76%79.22%-
XYZ29.1416.5120.06-
YUV105.42137.36196.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 53 (21.09% from 255) = 14.06%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=53.58%
G=14.06%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025312200.740.400.21332.2158.4350
HexCA357A04A281514c3a32
Octal31265172011250255147262
Binary1100101011010111110100100101010100010101101001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA357A; }

 p { color: rgb(202,53,122); }

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

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

 a { background-color: rgb(202,53,122); }

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

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

 span { border-color: rgb(202,53,122); }

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