Html Css Color HEX #CE3288 Deep Cerise

📋 copy color: '#CE3288'

red 206 ◦ green 50 ◦ blue 136

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

Shades of Deep Cerise #CE3288

Tints of Deep Cerise #CE3288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 52.55%
G = 12.76%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE3288 (or 0xCE3288) is known color: Deep Cerise. HEX triplet: CE, 32 and 88. RGB value is (206,50,136). Sum of RGB (Red+Green+Blue) = 206+50+136=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3288 is #31CD77. Grayscale: #6A6A6A. Windows color (decimal): -3263864 or 8925902. OLE color: 8925902.

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

Color convert

RGB 206 50 136 -
CMYK 0 0.76 0.34 0.19
HSL 326.92º 0.61% 0.5% -
HSV(B) 326.92º 0.76% 0.81% -
XYZ 31.04 17.18 24.97 -
YUV 106.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 206 50 136 0 0.76 0.34 0.19 326.92 0.61 0.5
Hex CE 32 88 0 4C 22 13 147 3D 32
Octal 316 62 210 0 114 42 23 507 75 62
Binary 11001110 110010 10001000 0 1001100 100010 10011 101000111 111101 110010

Color Harmonies of #CE3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3288

Black with #CE3288

Text Example


Text Example

White with #CE3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3288; }

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

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

background-color css

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

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

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

border-color css

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

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

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