Html Css Color HEX #CE2A5F Cerise

📋 copy color: '#CE2A5F'

red 206 ◦ green 42 ◦ blue 95

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

Shades of Cerise #CE2A5F

Tints of Cerise #CE2A5F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.24%

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

R = 60.06%
G = 12.24%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE2A5F (or 0xCE2A5F) is known color: Cerise. HEX triplet: CE, 2A and 5F. RGB value is (206,42,95). Sum of RGB (Red+Green+Blue) = 206+42+95=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A5F is #31D5A0. Grayscale: #616161. Windows color (decimal): -3265953 or 6236878. OLE color: 6236878.

HSL color Cylindrical-coordinate representation of color #CE2A5F: hue angle of 340.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A5F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 95 -
CMYK 0 0.80 0.54 0.19
HSL 340.61º 0.66% 0.49% -
HSV(B) 340.61º 0.8% 0.81% -
XYZ 28.35 15.6 12.34 -
YUV 97.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 206 42 95 0 0.80 0.54 0.19 340.61 0.66 0.49
Hex CE 2A 5F 0 50 36 13 155 42 31
Octal 316 52 137 0 120 66 23 525 102 61
Binary 11001110 101010 1011111 0 1010000 110110 10011 101010101 1000010 110001

Color Harmonies of #CE2A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A5F

Black with #CE2A5F

Text Example


Text Example

White with #CE2A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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