Html Css Color HEX #CE308D Deep Cerise

📋 copy color: '#CE308D'

red 206 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #CE308D

Tints of Deep Cerise #CE308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 52.15%
G = 12.15%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE308D (or 0xCE308D) is known color: Deep Cerise. HEX triplet: CE, 30 and 8D. RGB value is (206,48,141). Sum of RGB (Red+Green+Blue) = 206+48+141=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE308D is #31CF72. Grayscale: #696969. Windows color (decimal): -3264371 or 9253070. OLE color: 9253070.

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

Color convert

RGB 206 48 141 -
CMYK 0 0.77 0.32 0.19
HSL 324.68º 0.62% 0.5% -
HSV(B) 324.68º 0.77% 0.81% -
XYZ 31.32 17.16 26.86 -
YUV 105.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 206 48 141 0 0.77 0.32 0.19 324.68 0.62 0.5
Hex CE 30 8D 0 4D 20 13 145 3E 32
Octal 316 60 215 0 115 40 23 505 76 62
Binary 11001110 110000 10001101 0 1001101 100000 10011 101000101 111110 110010

Color Harmonies of #CE308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE308D

Black with #CE308D

Text Example


Text Example

White with #CE308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE308D; }

 p { color: rgb(206,48,141); }

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

background-color css

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

 a { background-color: rgb(206,48,141); }

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

border-color css

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

 span { border-color: rgb(206,48,141); }

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