Html Css Color HEX #C42865 Cerise

📋 copy color: '#C42865'

red 196 ◦ green 40 ◦ blue 101

#C42865
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C42865

Tints of Cerise #C42865

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 value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C42865 (or 0xC42865) is known color: 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

RGB 196 40 101 -
CMYK 0 0.80 0.48 0.23
HSL 336.54º 0.66% 0.46% -
HSV(B) 336.54º 0.8% 0.77% -
XYZ 25.87 14.19 13.69 -
YUV 93.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 196 40 101 0 0.80 0.48 0.23 336.54 0.66 0.46
Hex C4 28 65 0 50 30 17 151 42 2E
Octal 304 50 145 0 120 60 27 521 102 56
Binary 11000100 101000 1100101 0 1010000 110000 10111 101010001 1000010 101110

Color Harmonies of #C42865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42865

Black with #C42865

Text Example


Text Example

White with #C42865

Text Example


Text Example

HTML Codes & Css Web 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>