Html Css Color HEX #CE256E Cerise

📋 copy color: '#CE256E'

red 206 ◦ green 37 ◦ blue 110

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

Shades of Cerise #CE256E

Tints of Cerise #CE256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 58.36%
G = 10.48%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE256E (or 0xCE256E) is known color: Cerise. HEX triplet: CE, 25 and 6E. RGB value is (206,37,110). Sum of RGB (Red+Green+Blue) = 206+37+110=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE256E is #31DA91. Grayscale: #5F5F5F. Windows color (decimal): -3267218 or 7218638. OLE color: 7218638.

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

Color convert

RGB 206 37 110 -
CMYK 0 0.82 0.47 0.19
HSL 334.08º 0.7% 0.48% -
HSV(B) 334.08º 0.82% 0.81% -
XYZ 28.93 15.57 16.23 -
YUV 95.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 206 37 110 0 0.82 0.47 0.19 334.08 0.7 0.48
Hex CE 25 6E 0 52 2F 13 14E 46 30
Octal 316 45 156 0 122 57 23 516 106 60
Binary 11001110 100101 1101110 0 1010010 101111 10011 101001110 1000110 110000

Color Harmonies of #CE256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE256E

Black with #CE256E

Text Example


Text Example

White with #CE256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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