Html Css Color HEX #C32F6A Cerise

📋 copy color: '#C32F6A'

red 195 ◦ green 47 ◦ blue 106

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

Shades of Cerise #C32F6A

Tints of Cerise #C32F6A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.51%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 56.03%
G = 13.51%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C32F6A (or 0xC32F6A) is known color: Cerise. HEX triplet: C3, 2F and 6A. RGB value is (195,47,106). Sum of RGB (Red+Green+Blue) = 195+47+106=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32F6A is #3CD095. Grayscale: #616161. Windows color (decimal): -3985558 or 6959043. OLE color: 6959043.

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

Color convert

RGB 195 47 106 -
CMYK 0 0.76 0.46 0.24
HSL 336.08º 0.61% 0.47% -
HSV(B) 336.08º 0.76% 0.76% -
XYZ 26.12 14.68 15.09 -
YUV 97.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 195 47 106 0 0.76 0.46 0.24 336.08 0.61 0.47
Hex C3 2F 6A 0 4C 2E 18 150 3D 2F
Octal 303 57 152 0 114 56 30 520 75 57
Binary 11000011 101111 1101010 0 1001100 101110 11000 101010000 111101 101111

Color Harmonies of #C32F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F6A

Black with #C32F6A

Text Example


Text Example

White with #C32F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F6A; }

 p { color: rgb(195,47,106); }

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

background-color css

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

 a { background-color: rgb(195,47,106); }

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

border-color css

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

 span { border-color: rgb(195,47,106); }

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