Html Css Color HEX #CE2E6F Cerise

📋 copy color: '#CE2E6F'

red 206 ◦ green 46 ◦ blue 111

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

Shades of Cerise #CE2E6F

Tints of Cerise #CE2E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.67%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 56.75%
G = 12.67%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE2E6F (or 0xCE2E6F) is known color: Cerise. HEX triplet: CE, 2E and 6F. RGB value is (206,46,111). Sum of RGB (Red+Green+Blue) = 206+46+111=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E6F is #31D190. Grayscale: #656565. Windows color (decimal): -3264913 or 7286478. OLE color: 7286478.

HSL color Cylindrical-coordinate representation of color #CE2E6F: hue angle of 335.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E6F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 111 -
CMYK 0 0.78 0.46 0.19
HSL 335.63º 0.63% 0.49% -
HSV(B) 335.63º 0.78% 0.81% -
XYZ 29.3 16.22 16.63 -
YUV 101.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 206 46 111 0 0.78 0.46 0.19 335.63 0.63 0.49
Hex CE 2E 6F 0 4E 2E 13 150 3F 31
Octal 316 56 157 0 116 56 23 520 77 61
Binary 11001110 101110 1101111 0 1001110 101110 10011 101010000 111111 110001

Color Harmonies of #CE2E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E6F

Black with #CE2E6F

Text Example


Text Example

White with #CE2E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E6F; }

 p { color: rgb(206,46,111); }

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

background-color css

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

 a { background-color: rgb(206,46,111); }

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

border-color css

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

 span { border-color: rgb(206,46,111); }

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