Html Css Color HEX #CE325A Cerise

📋 copy color: '#CE325A'

red 206 ◦ green 50 ◦ blue 90

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

Shades of Cerise #CE325A

Tints of Cerise #CE325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 59.54%
G = 14.45%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE325A (or 0xCE325A) is known color: Cerise. HEX triplet: CE, 32 and 5A. RGB value is (206,50,90). Sum of RGB (Red+Green+Blue) = 206+50+90=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE325A is #31CDA5. Grayscale: #656565. Windows color (decimal): -3263910 or 5911246. OLE color: 5911246.

HSL color Cylindrical-coordinate representation of color #CE325A: hue angle of 344.62º 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 #CE325A is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 90 -
CMYK 0 0.76 0.56 0.19
HSL 344.62º 0.61% 0.5% -
HSV(B) 344.62º 0.76% 0.81% -
XYZ 28.44 16.14 11.29 -
YUV 101.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 206 50 90 0 0.76 0.56 0.19 344.62 0.61 0.5
Hex CE 32 5A 0 4C 38 13 159 3D 32
Octal 316 62 132 0 114 70 23 531 75 62
Binary 11001110 110010 1011010 0 1001100 111000 10011 101011001 111101 110010

Color Harmonies of #CE325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE325A

Black with #CE325A

Text Example


Text Example

White with #CE325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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