#CA367F

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

Shades of Deep Cerise #CA367F

Tints of Deep Cerise #CA367F

Color information

#CA367F (or 0xCA367F) is unknown color: approx Deep Cerise. HEX triplet: CA, 36 and 7F. RGB value is (202,54,127). Sum of RGB (Red+Green+Blue) = 202+54+127=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA367F is #35C980. Grayscale: #6A6A6A. Windows color (decimal): -3524993 or 8337098. OLE color: 8337098.

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

Color convert

RGB20254127-
CMYK00.730.370.21
HSL330.41º58.27%50.2%-
HSV(B)330.41º73.27%79.22%-
XYZ29.5116.7321.75-
YUV106.57139.53196.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 127 (50% from 255) = 33.16%
R=52.74%
G=14.10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025412700.730.370.21330.4158.2750.2
HexCA367F049251514a3a32
Octal31266177011145255127262
Binary1100101011011011111110100100110010110101101001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA367F; }

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

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

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

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

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

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

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

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