#CA3D7B

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

Shades of Deep Cerise #CA3D7B

Tints of Deep Cerise #CA3D7B

Color information

#CA3D7B (or 0xCA3D7B) is unknown color: approx Deep Cerise. HEX triplet: CA, 3D and 7B. RGB value is (202,61,123). Sum of RGB (Red+Green+Blue) = 202+61+123=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D7B is #35C284. Grayscale: #6E6E6E. Windows color (decimal): -3523205 or 8076746. OLE color: 8076746.

HSL color Cylindrical-coordinate representation of color #CA3D7B: hue angle of 333.62º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D7B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20261123-
CMYK00.700.390.21
HSL333.62º57.09%51.57%-
HSV(B)333.62º69.8%79.22%-
XYZ29.617.3220.52-
YUV110.23135.21193.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=52.33%
G=15.80%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026112300.700.390.21333.6257.0951.57
HexCA3D7B046271514e3934
Octal31275173010647255167164
Binary1100101011110111110110100011010011110101101001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D7B; }

 p { color: rgb(202,61,123); }

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

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

 a { background-color: rgb(202,61,123); }

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

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

 span { border-color: rgb(202,61,123); }

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