Html Css Color HEX #CC325F Cerise

📋 copy color: '#CC325F'

red 204 ◦ green 50 ◦ blue 95

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

Shades of Cerise #CC325F

Tints of Cerise #CC325F

RGB

 RED value IS 204 (80.08% from 255) = 58.45%

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

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

R = 58.45%
G = 14.33%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC325F (or 0xCC325F) is known color: Cerise. HEX triplet: CC, 32 and 5F. RGB value is (204,50,95). Sum of RGB (Red+Green+Blue) = 204+50+95=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC325F is #33CDA0. Grayscale: #656565. Windows color (decimal): -3394977 or 6238924. OLE color: 6238924.

HSL color Cylindrical-coordinate representation of color #CC325F: hue angle of 342.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC325F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 95 -
CMYK 0 0.75 0.53 0.2
HSL 342.47º 0.61% 0.5% -
HSV(B) 342.47º 0.75% 0.8% -
XYZ 28.11 15.94 12.42 -
YUV 101.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 204 50 95 0 0.75 0.53 0.2 342.47 0.61 0.5
Hex CC 32 5F 0 4B 35 14 156 3D 32
Octal 314 62 137 0 113 65 24 526 75 62
Binary 11001100 110010 1011111 0 1001011 110101 10100 101010110 111101 110010

Color Harmonies of #CC325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC325F

Black with #CC325F

Text Example


Text Example

White with #CC325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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