Html Css Color HEX #CE255F Cerise

📋 copy color: '#CE255F'

red 206 ◦ green 37 ◦ blue 95

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

Shades of Cerise #CE255F

Tints of Cerise #CE255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 60.95%
G = 10.95%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE255F (or 0xCE255F) is known color: Cerise. HEX triplet: CE, 25 and 5F. RGB value is (206,37,95). Sum of RGB (Red+Green+Blue) = 206+37+95=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE255F is #31DAA0. Grayscale: #5E5E5E. Windows color (decimal): -3267233 or 6235598. OLE color: 6235598.

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

Color convert

RGB 206 37 95 -
CMYK 0 0.82 0.54 0.19
HSL 339.41º 0.7% 0.48% -
HSV(B) 339.41º 0.82% 0.81% -
XYZ 28.18 15.27 12.29 -
YUV 94.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 206 37 95 0 0.82 0.54 0.19 339.41 0.7 0.48
Hex CE 25 5F 0 52 36 13 153 46 30
Octal 316 45 137 0 122 66 23 523 106 60
Binary 11001110 100101 1011111 0 1010010 110110 10011 101010011 1000110 110000

Color Harmonies of #CE255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE255F

Black with #CE255F

Text Example


Text Example

White with #CE255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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