Html Css Color HEX #C9325F Cerise

📋 copy color: '#C9325F'

red 201 ◦ green 50 ◦ blue 95

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

Shades of Cerise #C9325F

Tints of Cerise #C9325F

RGB

 RED value IS 201 (78.91% from 255) = 58.09%

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 58.09%
G = 14.45%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9325F (or 0xC9325F) is known color: Cerise. HEX triplet: C9, 32 and 5F. RGB value is (201,50,95). Sum of RGB (Red+Green+Blue) = 201+50+95=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9325F is #36CDA0. Grayscale: #646464. Windows color (decimal): -3591585 or 6238921. OLE color: 6238921.

HSL color Cylindrical-coordinate representation of color #C9325F: hue angle of 342.12º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9325F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 95 -
CMYK 0 0.75 0.53 0.21
HSL 342.12º 0.6% 0.49% -
HSV(B) 342.12º 0.75% 0.79% -
XYZ 27.29 15.52 12.38 -
YUV 100.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 201 50 95 0 0.75 0.53 0.21 342.12 0.6 0.49
Hex C9 32 5F 0 4B 35 15 156 3C 31
Octal 311 62 137 0 113 65 25 526 74 61
Binary 11001001 110010 1011111 0 1001011 110101 10101 101010110 111100 110001

Color Harmonies of #C9325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9325F

Black with #C9325F

Text Example


Text Example

White with #C9325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9325F; }

 p { color: rgb(201,50,95); }

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

background-color css

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

 a { background-color: rgb(201,50,95); }

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

border-color css

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

 span { border-color: rgb(201,50,95); }

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