Html Css Color HEX #CE2874 Deep Cerise

📋 copy color: '#CE2874'

red 206 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #CE2874

Tints of Deep Cerise #CE2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 56.91%
G = 11.05%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE2874 (or 0xCE2874) is known color: Deep Cerise. HEX triplet: CE, 28 and 74. RGB value is (206,40,116). Sum of RGB (Red+Green+Blue) = 206+40+116=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2874 is #31D78B. Grayscale: #626262. Windows color (decimal): -3266444 or 7612622. OLE color: 7612622.

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

Color convert

RGB 206 40 116 -
CMYK 0 0.81 0.44 0.19
HSL 332.53º 0.67% 0.48% -
HSV(B) 332.53º 0.81% 0.81% -
XYZ 29.36 15.9 18.04 -
YUV 98.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 206 40 116 0 0.81 0.44 0.19 332.53 0.67 0.48
Hex CE 28 74 0 51 2C 13 14D 43 30
Octal 316 50 164 0 121 54 23 515 103 60
Binary 11001110 101000 1110100 0 1010001 101100 10011 101001101 1000011 110000

Color Harmonies of #CE2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2874

Black with #CE2874

Text Example


Text Example

White with #CE2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2874; }

 p { color: rgb(206,40,116); }

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

background-color css

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

 a { background-color: rgb(206,40,116); }

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

border-color css

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

 span { border-color: rgb(206,40,116); }

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