Html Css Color HEX #C32865 Cerise

📋 copy color: '#C32865'

red 195 ◦ green 40 ◦ blue 101

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

Shades of Cerise #C32865

Tints of Cerise #C32865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 58.04%
G = 11.9%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C32865 (or 0xC32865) is known color: Cerise. HEX triplet: C3, 28 and 65. RGB value is (195,40,101). Sum of RGB (Red+Green+Blue) = 195+40+101=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C32865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32865 is #3CD79A. Grayscale: #5D5D5D. Windows color (decimal): -3987355 or 6629571. OLE color: 6629571.

HSL color Cylindrical-coordinate representation of color #C32865: hue angle of 336.39º 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 #C32865 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 101 -
CMYK 0 0.79 0.48 0.24
HSL 336.39º 0.66% 0.46% -
HSV(B) 336.39º 0.79% 0.76% -
XYZ 25.61 14.06 13.68 -
YUV 93.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 195 40 101 0 0.79 0.48 0.24 336.39 0.66 0.46
Hex C3 28 65 0 4F 30 18 150 42 2E
Octal 303 50 145 0 117 60 30 520 102 56
Binary 11000011 101000 1100101 0 1001111 110000 11000 101010000 1000010 101110

Color Harmonies of #C32865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32865

Black with #C32865

Text Example


Text Example

White with #C32865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32865; }

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

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

background-color css

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

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

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

border-color css

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

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

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