Html Css Color HEX #CE3280 Deep Cerise

📋 copy color: '#CE3280'

red 206 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #CE3280

Tints of Deep Cerise #CE3280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 53.65%
G = 13.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE3280 (or 0xCE3280) is known color: Deep Cerise. HEX triplet: CE, 32 and 80. RGB value is (206,50,128). Sum of RGB (Red+Green+Blue) = 206+50+128=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3280 is #31CD7F. Grayscale: #696969. Windows color (decimal): -3263872 or 8401614. OLE color: 8401614.

HSL color Cylindrical-coordinate representation of color #CE3280: hue angle of 330º 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 #CE3280 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 128 -
CMYK 0 0.76 0.38 0.19
HSL 330º 0.61% 0.5% -
HSV(B) 330º 0.76% 0.81% -
XYZ 30.49 16.96 22.09 -
YUV 105.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 206 50 128 0 0.76 0.38 0.19 330 0.61 0.5
Hex CE 32 80 0 4C 26 13 14A 3D 32
Octal 316 62 200 0 114 46 23 512 75 62
Binary 11001110 110010 10000000 0 1001100 100110 10011 101001010 111101 110010

Color Harmonies of #CE3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3280

Black with #CE3280

Text Example


Text Example

White with #CE3280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3280; }

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

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

background-color css

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

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

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

border-color css

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

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

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