Html Css Color HEX #CE2E62 Cerise

📋 copy color: '#CE2E62'

red 206 ◦ green 46 ◦ blue 98

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

Shades of Cerise #CE2E62

Tints of Cerise #CE2E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28%

R = 58.86%
G = 13.14%
B = 28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE2E62 (or 0xCE2E62) is known color: Cerise. HEX triplet: CE, 2E and 62. RGB value is (206,46,98). Sum of RGB (Red+Green+Blue) = 206+46+98=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E62 is #31D19D. Grayscale: #636363. Windows color (decimal): -3264926 or 6434510. OLE color: 6434510.

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

Color convert

RGB 206 46 98 -
CMYK 0 0.78 0.52 0.19
HSL 340.5º 0.63% 0.49% -
HSV(B) 340.5º 0.78% 0.81% -
XYZ 28.64 15.96 13.13 -
YUV 99.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 206 46 98 0 0.78 0.52 0.19 340.5 0.63 0.49
Hex CE 2E 62 0 4E 34 13 154 3F 31
Octal 316 56 142 0 116 64 23 524 77 61
Binary 11001110 101110 1100010 0 1001110 110100 10011 101010100 111111 110001

Color Harmonies of #CE2E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E62

Black with #CE2E62

Text Example


Text Example

White with #CE2E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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