Html Css Color HEX #C42B64 Cerise

📋 copy color: '#C42B64'

red 196 ◦ green 43 ◦ blue 100

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

Shades of Cerise #C42B64

Tints of Cerise #C42B64

RGB

 RED value IS 196 (76.95% from 255) = 57.82%

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 57.82%
G = 12.68%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C42B64 (or 0xC42B64) is known color: Cerise. HEX triplet: C4, 2B and 64. RGB value is (196,43,100). Sum of RGB (Red+Green+Blue) = 196+43+100=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B64 is #3BD49B. Grayscale: #5F5F5F. Windows color (decimal): -3921052 or 6564804. OLE color: 6564804.

HSL color Cylindrical-coordinate representation of color #C42B64: hue angle of 337.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B64 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 100 -
CMYK 0 0.78 0.49 0.23
HSL 337.65º 0.64% 0.47% -
HSV(B) 337.65º 0.78% 0.77% -
XYZ 25.93 14.38 13.47 -
YUV 95.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 196 43 100 0 0.78 0.49 0.23 337.65 0.64 0.47
Hex C4 2B 64 0 4E 31 17 152 40 2F
Octal 304 53 144 0 116 61 27 522 100 57
Binary 11000100 101011 1100100 0 1001110 110001 10111 101010010 1000000 101111

Color Harmonies of #C42B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B64

Black with #C42B64

Text Example


Text Example

White with #C42B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B64; }

 p { color: rgb(196,43,100); }

 H1.HeaderClassName
 {
   color: #C42B64;
 }
 .AnyTagClassName
 {
   color: #C42B64;
 }
</style>

background-color css

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

 a { background-color: rgb(196,43,100); }

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

border-color css

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

 span { border-color: rgb(196,43,100); }

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