Html Css Color HEX #CE3098 Deep Cerise

📋 copy color: '#CE3098'

red 206 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #CE3098

Tints of Deep Cerise #CE3098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 50.74%
G = 11.82%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE3098 (or 0xCE3098) is known color: Deep Cerise. HEX triplet: CE, 30 and 98. RGB value is (206,48,152). Sum of RGB (Red+Green+Blue) = 206+48+152=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3098 is #31CF67. Grayscale: #6A6A6A. Windows color (decimal): -3264360 or 9973966. OLE color: 9973966.

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

Color convert

RGB 206 48 152 -
CMYK 0 0.77 0.26 0.19
HSL 320.51º 0.62% 0.5% -
HSV(B) 320.51º 0.77% 0.81% -
XYZ 32.18 17.5 31.39 -
YUV 107.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 206 48 152 0 0.77 0.26 0.19 320.51 0.62 0.5
Hex CE 30 98 0 4D 1A 13 141 3E 32
Octal 316 60 230 0 115 32 23 501 76 62
Binary 11001110 110000 10011000 0 1001101 11010 10011 101000001 111110 110010

Color Harmonies of #CE3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3098

Black with #CE3098

Text Example


Text Example

White with #CE3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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