#c42865

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

Shades of Cerise #C42865

Tints of Cerise #C42865

Color information

#C42865 (or 0xC42865) is unknown color: approx Cerise. HEX triplet: C4, 28 and 65. RGB value is (196,40,101). Sum of RGB (Red+Green+Blue) = 196+40+101=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C42865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42865 is #3BD79A. Grayscale: #5D5D5D. Windows color (decimal): -3921819 or 6629572. OLE color: 6629572.

HSL color Cylindrical-coordinate representation of color #C42865: hue angle of 336.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42865 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19640101-
CMYK00.800.480.23
HSL336.54º66.1%46.27%-
HSV(B)336.54º79.59%76.86%-
XYZ25.8714.1913.69-
YUV93.6132.18201.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=58.16%
G=11.87%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964010100.800.480.23336.5466.146.27
HexC428650503017151422e
Octal304501450120602752110256
Binary11000100101000110010101010000110000101111010100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42865; }

 p { color: rgb(196,40,101); }

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

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

 a { background-color: rgb(196,40,101); }

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

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

 span { border-color: rgb(196,40,101); }

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