Html Css Color HEX #C32868 Cerise

📋 copy color: '#C32868'

red 195 ◦ green 40 ◦ blue 104

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

Shades of Cerise #C32868

Tints of Cerise #C32868

RGB

 RED value IS 195 (76.56% from 255) = 57.52%

 GREEN value IS 40 (16.02% from 255) = 11.8%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 57.52%
G = 11.8%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C32868 (or 0xC32868) is known color: Cerise. HEX triplet: C3, 28 and 68. RGB value is (195,40,104). Sum of RGB (Red+Green+Blue) = 195+40+104=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C32868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32868 is #3CD797. Grayscale: #5D5D5D. Windows color (decimal): -3987352 or 6826179. OLE color: 6826179.

HSL color Cylindrical-coordinate representation of color #C32868: hue angle of 335.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32868 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 104 -
CMYK 0 0.79 0.47 0.24
HSL 335.23º 0.66% 0.46% -
HSV(B) 335.23º 0.79% 0.76% -
XYZ 25.76 14.12 14.46 -
YUV 93.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 195 40 104 0 0.79 0.47 0.24 335.23 0.66 0.46
Hex C3 28 68 0 4F 2F 18 14F 42 2E
Octal 303 50 150 0 117 57 30 517 102 56
Binary 11000011 101000 1101000 0 1001111 101111 11000 101001111 1000010 101110

Color Harmonies of #C32868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32868

Black with #C32868

Text Example


Text Example

White with #C32868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32868; }

 p { color: rgb(195,40,104); }

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

background-color css

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

 a { background-color: rgb(195,40,104); }

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

border-color css

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

 span { border-color: rgb(195,40,104); }

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