Html Css Color HEX #CE359E Deep Cerise

📋 copy color: '#CE359E'

red 206 ◦ green 53 ◦ blue 158

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

Shades of Deep Cerise #CE359E

Tints of Deep Cerise #CE359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

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

R = 49.4%
G = 12.71%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE359E (or 0xCE359E) is known color: Deep Cerise. HEX triplet: CE, 35 and 9E. RGB value is (206,53,158). Sum of RGB (Red+Green+Blue) = 206+53+158=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE359E is #31CA61. Grayscale: #6E6E6E. Windows color (decimal): -3263074 or 10368462. OLE color: 10368462.

HSL color Cylindrical-coordinate representation of color #CE359E: hue angle of 318.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE359E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 158 -
CMYK 0 0.74 0.23 0.19
HSL 318.82º 0.61% 0.51% -
HSV(B) 318.82º 0.74% 0.81% -
XYZ 32.9 18.14 34.11 -
YUV 110.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 206 53 158 0 0.74 0.23 0.19 318.82 0.61 0.51
Hex CE 35 9E 0 4A 17 13 13F 3D 33
Octal 316 65 236 0 112 27 23 477 75 63
Binary 11001110 110101 10011110 0 1001010 10111 10011 100111111 111101 110011

Color Harmonies of #CE359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE359E

Black with #CE359E

Text Example


Text Example

White with #CE359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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