Html Css Color HEX #CE3992 Deep Cerise

📋 copy color: '#CE3992'

red 206 ◦ green 57 ◦ blue 146

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

Shades of Deep Cerise #CE3992

Tints of Deep Cerise #CE3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

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

R = 50.37%
G = 13.94%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE3992 (or 0xCE3992) is known color: Deep Cerise. HEX triplet: CE, 39 and 92. RGB value is (206,57,146). Sum of RGB (Red+Green+Blue) = 206+57+146=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3992 is #31C66D. Grayscale: #6F6F6F. Windows color (decimal): -3262062 or 9583054. OLE color: 9583054.

HSL color Cylindrical-coordinate representation of color #CE3992: hue angle of 324.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3992 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 146 -
CMYK 0 0.72 0.29 0.19
HSL 324.16º 0.6% 0.52% -
HSV(B) 324.16º 0.72% 0.81% -
XYZ 32.11 18.12 29 -
YUV 111.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 206 57 146 0 0.72 0.29 0.19 324.16 0.6 0.52
Hex CE 39 92 0 48 1D 13 144 3C 34
Octal 316 71 222 0 110 35 23 504 74 64
Binary 11001110 111001 10010010 0 1001000 11101 10011 101000100 111100 110100

Color Harmonies of #CE3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3992

Black with #CE3992

Text Example


Text Example

White with #CE3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3992; }

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

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

background-color css

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

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

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

border-color css

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

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

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