#CA3B7F

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

Shades of Deep Cerise #CA3B7F

Tints of Deep Cerise #CA3B7F

Color information

#CA3B7F (or 0xCA3B7F) is unknown color: approx Deep Cerise. HEX triplet: CA, 3B and 7F. RGB value is (202,59,127). Sum of RGB (Red+Green+Blue) = 202+59+127=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B7F is #35C480. Grayscale: #6D6D6D. Windows color (decimal): -3523713 or 8338378. OLE color: 8338378.

HSL color Cylindrical-coordinate representation of color #CA3B7F: hue angle of 331.47º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B7F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20259127-
CMYK00.710.370.21
HSL331.47º57.43%51.18%-
HSV(B)331.47º70.79%79.22%-
XYZ29.7517.2221.83-
YUV109.51137.88193.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 59 (23.44% from 255) = 15.21%
BLUE value IS 127 (50% from 255) = 32.73%
R=52.06%
G=15.21%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025912700.710.370.21331.4757.4351.18
HexCA3B7F047251514b3933
Octal31273177010745255137163
Binary1100101011101111111110100011110010110101101001011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B7F; }

 p { color: rgb(202,59,127); }

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

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

 a { background-color: rgb(202,59,127); }

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

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

 span { border-color: rgb(202,59,127); }

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