Html Css Color HEX #CE2581 Deep Cerise

📋 copy color: '#CE2581'

red 206 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #CE2581

Tints of Deep Cerise #CE2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 55.38%
G = 9.95%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE2581 (or 0xCE2581) is known color: Deep Cerise. HEX triplet: CE, 25 and 81. RGB value is (206,37,129). Sum of RGB (Red+Green+Blue) = 206+37+129=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2581 is #31DA7E. Grayscale: #616161. Windows color (decimal): -3267199 or 8463822. OLE color: 8463822.

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

Color convert

RGB 206 37 129 -
CMYK 0 0.82 0.37 0.19
HSL 327.34º 0.7% 0.48% -
HSV(B) 327.34º 0.82% 0.81% -
XYZ 30.08 16.03 22.28 -
YUV 98.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 206 37 129 0 0.82 0.37 0.19 327.34 0.7 0.48
Hex CE 25 81 0 52 25 13 147 46 30
Octal 316 45 201 0 122 45 23 507 106 60
Binary 11001110 100101 10000001 0 1010010 100101 10011 101000111 1000110 110000

Color Harmonies of #CE2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2581

Black with #CE2581

Text Example


Text Example

White with #CE2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2581; }

 p { color: rgb(206,37,129); }

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

background-color css

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

 a { background-color: rgb(206,37,129); }

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

border-color css

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

 span { border-color: rgb(206,37,129); }

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