Html Css Color HEX #CE309E Deep Cerise

📋 copy color: '#CE309E'

red 206 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #CE309E

Tints of Deep Cerise #CE309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 50%
G = 11.65%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE309E (or 0xCE309E) is known color: Deep Cerise. HEX triplet: CE, 30 and 9E. RGB value is (206,48,158). Sum of RGB (Red+Green+Blue) = 206+48+158=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE309E is #31CF61. Grayscale: #6B6B6B. Windows color (decimal): -3264354 or 10367182. OLE color: 10367182.

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

Color convert

RGB 206 48 158 -
CMYK 0 0.77 0.23 0.19
HSL 318.23º 0.62% 0.5% -
HSV(B) 318.23º 0.77% 0.81% -
XYZ 32.68 17.7 34.04 -
YUV 107.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 206 48 158 0 0.77 0.23 0.19 318.23 0.62 0.5
Hex CE 30 9E 0 4D 17 13 13E 3E 32
Octal 316 60 236 0 115 27 23 476 76 62
Binary 11001110 110000 10011110 0 1001101 10111 10011 100111110 111110 110010

Color Harmonies of #CE309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE309E

Black with #CE309E

Text Example


Text Example

White with #CE309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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