Html Css Color HEX #CE325F Cerise

📋 copy color: '#CE325F'

red 206 ◦ green 50 ◦ blue 95

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

Shades of Cerise #CE325F

Tints of Cerise #CE325F

RGB

 RED value IS 206 (80.86% from 255) = 58.69%

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

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

R = 58.69%
G = 14.25%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE325F (or 0xCE325F) is known color: Cerise. HEX triplet: CE, 32 and 5F. RGB value is (206,50,95). Sum of RGB (Red+Green+Blue) = 206+50+95=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE325F is #31CDA0. Grayscale: #656565. Windows color (decimal): -3263905 or 6238926. OLE color: 6238926.

HSL color Cylindrical-coordinate representation of color #CE325F: hue angle of 342.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE325F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 95 -
CMYK 0 0.76 0.54 0.19
HSL 342.69º 0.61% 0.5% -
HSV(B) 342.69º 0.76% 0.81% -
XYZ 28.66 16.23 12.45 -
YUV 101.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 206 50 95 0 0.76 0.54 0.19 342.69 0.61 0.5
Hex CE 32 5F 0 4C 36 13 157 3D 32
Octal 316 62 137 0 114 66 23 527 75 62
Binary 11001110 110010 1011111 0 1001100 110110 10011 101010111 111101 110010

Color Harmonies of #CE325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE325F

Black with #CE325F

Text Example


Text Example

White with #CE325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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