Html Css Color HEX #CE2461 Cerise

📋 copy color: '#CE2461'

red 206 ◦ green 36 ◦ blue 97

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

Shades of Cerise #CE2461

Tints of Cerise #CE2461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 60.77%
G = 10.62%
B = 28.61%

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

#CE2461 (or 0xCE2461) is known color: Cerise. HEX triplet: CE, 24 and 61. RGB value is (206,36,97). Sum of RGB (Red+Green+Blue) = 206+36+97=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2461 is #31DB9E. Grayscale: #5D5D5D. Windows color (decimal): -3267487 or 6366414. OLE color: 6366414.

HSL color Cylindrical-coordinate representation of color #CE2461: hue angle of 338.47º degrees, saturation: 0.7, 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 #CE2461 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 97 -
CMYK 0 0.83 0.53 0.19
HSL 338.47º 0.7% 0.47% -
HSV(B) 338.47º 0.83% 0.81% -
XYZ 28.24 15.25 12.76 -
YUV 93.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 206 36 97 0 0.83 0.53 0.19 338.47 0.7 0.47
Hex CE 24 61 0 53 35 13 152 46 2F
Octal 316 44 141 0 123 65 23 522 106 57
Binary 11001110 100100 1100001 0 1010011 110101 10011 101010010 1000110 101111

Color Harmonies of #CE2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2461

Black with #CE2461

Text Example


Text Example

White with #CE2461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2461; }

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

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

background-color css

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

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

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

border-color css

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

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

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