Html Css Color HEX #C32965 Cerise

📋 copy color: '#C32965'

red 195 ◦ green 41 ◦ blue 101

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

Shades of Cerise #C32965

Tints of Cerise #C32965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 57.86%
G = 12.17%
B = 29.97%

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

#C32965 (or 0xC32965) is known color: Cerise. HEX triplet: C3, 29 and 65. RGB value is (195,41,101). Sum of RGB (Red+Green+Blue) = 195+41+101=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C32965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32965 is #3CD69A. Grayscale: #5D5D5D. Windows color (decimal): -3987099 or 6629827. OLE color: 6629827.

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

Color convert

RGB 195 41 101 -
CMYK 0 0.79 0.48 0.24
HSL 336.62º 0.65% 0.46% -
HSV(B) 336.62º 0.79% 0.76% -
XYZ 25.65 14.13 13.69 -
YUV 93.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 195 41 101 0 0.79 0.48 0.24 336.62 0.65 0.46
Hex C3 29 65 0 4F 30 18 151 41 2E
Octal 303 51 145 0 117 60 30 521 101 56
Binary 11000011 101001 1100101 0 1001111 110000 11000 101010001 1000001 101110

Color Harmonies of #C32965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32965

Black with #C32965

Text Example


Text Example

White with #C32965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32965; }

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

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

background-color css

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

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

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

border-color css

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

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

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