Html Css Color HEX #CE2361 Cerise

📋 copy color: '#CE2361'

red 206 ◦ green 35 ◦ blue 97

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

Shades of Cerise #CE2361

Tints of Cerise #CE2361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 60.95%
G = 10.36%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE2361 (or 0xCE2361) is known color: Cerise. HEX triplet: CE, 23 and 61. RGB value is (206,35,97). Sum of RGB (Red+Green+Blue) = 206+35+97=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2361 is #31DC9E. Grayscale: #5D5D5D. Windows color (decimal): -3267743 or 6366158. OLE color: 6366158.

HSL color Cylindrical-coordinate representation of color #CE2361: hue angle of 338.25º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2361 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 97 -
CMYK 0 0.83 0.53 0.19
HSL 338.25º 0.71% 0.47% -
HSV(B) 338.25º 0.83% 0.81% -
XYZ 28.21 15.19 12.75 -
YUV 93.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 206 35 97 0 0.83 0.53 0.19 338.25 0.71 0.47
Hex CE 23 61 0 53 35 13 152 47 2F
Octal 316 43 141 0 123 65 23 522 107 57
Binary 11001110 100011 1100001 0 1010011 110101 10011 101010010 1000111 101111

Color Harmonies of #CE2361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2361

Black with #CE2361

Text Example


Text Example

White with #CE2361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2361; }

 p { color: rgb(206,35,97); }

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

background-color css

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

 a { background-color: rgb(206,35,97); }

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

border-color css

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

 span { border-color: rgb(206,35,97); }

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