Html Css Color HEX #CE3292 Deep Cerise

📋 copy color: '#CE3292'

red 206 ◦ green 50 ◦ blue 146

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

Shades of Deep Cerise #CE3292

Tints of Deep Cerise #CE3292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 51.24%
G = 12.44%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE3292 (or 0xCE3292) is known color: Deep Cerise. HEX triplet: CE, 32 and 92. RGB value is (206,50,146). Sum of RGB (Red+Green+Blue) = 206+50+146=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3292 is #31CD6D. Grayscale: #6B6B6B. Windows color (decimal): -3263854 or 9581262. OLE color: 9581262.

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

Color convert

RGB 206 50 146 -
CMYK 0 0.76 0.29 0.19
HSL 323.08º 0.61% 0.5% -
HSV(B) 323.08º 0.76% 0.81% -
XYZ 31.78 17.48 28.89 -
YUV 107.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 206 50 146 0 0.76 0.29 0.19 323.08 0.61 0.5
Hex CE 32 92 0 4C 1D 13 143 3D 32
Octal 316 62 222 0 114 35 23 503 75 62
Binary 11001110 110010 10010010 0 1001100 11101 10011 101000011 111101 110010

Color Harmonies of #CE3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3292

Black with #CE3292

Text Example


Text Example

White with #CE3292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3292; }

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

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

background-color css

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

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

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

border-color css

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

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

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