#CA377D

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

Shades of Deep Cerise #CA377D

Tints of Deep Cerise #CA377D

Color information

#CA377D (or 0xCA377D) is unknown color: approx Deep Cerise. HEX triplet: CA, 37 and 7D. RGB value is (202,55,125). Sum of RGB (Red+Green+Blue) = 202+55+125=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA377D is #35C882. Grayscale: #6A6A6A. Windows color (decimal): -3524739 or 8206282. OLE color: 8206282.

HSL color Cylindrical-coordinate representation of color #CA377D: hue angle of 331.43º 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 #CA377D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20255125-
CMYK00.730.380.21
HSL331.43º58.1%50.39%-
HSV(B)331.43º72.77%79.22%-
XYZ29.4216.7721.09-
YUV106.93138.2195.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 55 (21.88% from 255) = 14.40%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=52.88%
G=14.40%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025512500.730.380.21331.4358.150.39
HexCA377D049261514b3a32
Octal31267175011146255137262
Binary1100101011011111111010100100110011010101101001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA377D; }

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

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

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

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

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

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

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

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