Html Css Color HEX #CE3281 Deep Cerise

📋 copy color: '#CE3281'

red 206 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #CE3281

Tints of Deep Cerise #CE3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

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

R = 53.51%
G = 12.99%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE3281 (or 0xCE3281) is known color: Deep Cerise. HEX triplet: CE, 32 and 81. RGB value is (206,50,129). Sum of RGB (Red+Green+Blue) = 206+50+129=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3281 is #31CD7E. Grayscale: #696969. Windows color (decimal): -3263871 or 8467150. OLE color: 8467150.

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

Color convert

RGB 206 50 129 -
CMYK 0 0.76 0.37 0.19
HSL 329.62º 0.61% 0.5% -
HSV(B) 329.62º 0.76% 0.81% -
XYZ 30.56 16.99 22.44 -
YUV 105.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 206 50 129 0 0.76 0.37 0.19 329.62 0.61 0.5
Hex CE 32 81 0 4C 25 13 14A 3D 32
Octal 316 62 201 0 114 45 23 512 75 62
Binary 11001110 110010 10000001 0 1001100 100101 10011 101001010 111101 110010

Color Harmonies of #CE3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3281

Black with #CE3281

Text Example


Text Example

White with #CE3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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