Html Css Color HEX #C32C6A Cerise

📋 copy color: '#C32C6A'

red 195 ◦ green 44 ◦ blue 106

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

Shades of Cerise #C32C6A

Tints of Cerise #C32C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

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

R = 56.52%
G = 12.75%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C32C6A (or 0xC32C6A) is known color: Cerise. HEX triplet: C3, 2C and 6A. RGB value is (195,44,106). Sum of RGB (Red+Green+Blue) = 195+44+106=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C6A is #3CD395. Grayscale: #606060. Windows color (decimal): -3986326 or 6958275. OLE color: 6958275.

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

Color convert

RGB 195 44 106 -
CMYK 0 0.77 0.46 0.24
HSL 335.36º 0.63% 0.47% -
HSV(B) 335.36º 0.77% 0.76% -
XYZ 26.01 14.44 15.05 -
YUV 96.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 195 44 106 0 0.77 0.46 0.24 335.36 0.63 0.47
Hex C3 2C 6A 0 4D 2E 18 14F 3F 2F
Octal 303 54 152 0 115 56 30 517 77 57
Binary 11000011 101100 1101010 0 1001101 101110 11000 101001111 111111 101111

Color Harmonies of #C32C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C6A

Black with #C32C6A

Text Example


Text Example

White with #C32C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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