Html Css Color HEX #CE2962 Cerise

📋 copy color: '#CE2962'

red 206 ◦ green 41 ◦ blue 98

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

Shades of Cerise #CE2962

Tints of Cerise #CE2962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 59.71%
G = 11.88%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE2962 (or 0xCE2962) is known color: Cerise. HEX triplet: CE, 29 and 62. RGB value is (206,41,98). Sum of RGB (Red+Green+Blue) = 206+41+98=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2962 is #31D69D. Grayscale: #606060. Windows color (decimal): -3266206 or 6433230. OLE color: 6433230.

HSL color Cylindrical-coordinate representation of color #CE2962: hue angle of 339.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2962 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 98 -
CMYK 0 0.80 0.52 0.19
HSL 339.27º 0.67% 0.48% -
HSV(B) 339.27º 0.8% 0.81% -
XYZ 28.45 15.59 13.06 -
YUV 96.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 206 41 98 0 0.80 0.52 0.19 339.27 0.67 0.48
Hex CE 29 62 0 50 34 13 153 43 30
Octal 316 51 142 0 120 64 23 523 103 60
Binary 11001110 101001 1100010 0 1010000 110100 10011 101010011 1000011 110000

Color Harmonies of #CE2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2962

Black with #CE2962

Text Example


Text Example

White with #CE2962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2962; }

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

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

background-color css

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

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

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

border-color css

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

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

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