Html Css Color HEX #CE245F Cerise

📋 copy color: '#CE245F'

red 206 ◦ green 36 ◦ blue 95

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

Shades of Cerise #CE245F

Tints of Cerise #CE245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 61.13%
G = 10.68%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE245F (or 0xCE245F) is known color: Cerise. HEX triplet: CE, 24 and 5F. RGB value is (206,36,95). Sum of RGB (Red+Green+Blue) = 206+36+95=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE245F is #31DBA0. Grayscale: #5D5D5D. Windows color (decimal): -3267489 or 6235342. OLE color: 6235342.

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

Color convert

RGB 206 36 95 -
CMYK 0 0.83 0.54 0.19
HSL 339.18º 0.7% 0.47% -
HSV(B) 339.18º 0.83% 0.81% -
XYZ 28.15 15.21 12.28 -
YUV 93.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 206 36 95 0 0.83 0.54 0.19 339.18 0.7 0.47
Hex CE 24 5F 0 53 36 13 153 46 2F
Octal 316 44 137 0 123 66 23 523 106 57
Binary 11001110 100100 1011111 0 1010011 110110 10011 101010011 1000110 101111

Color Harmonies of #CE245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE245F

Black with #CE245F

Text Example


Text Example

White with #CE245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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