Html Css Color HEX #CE359A Deep Cerise

📋 copy color: '#CE359A'

red 206 ◦ green 53 ◦ blue 154

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

Shades of Deep Cerise #CE359A

Tints of Deep Cerise #CE359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 49.88%
G = 12.83%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE359A (or 0xCE359A) is known color: Deep Cerise. HEX triplet: CE, 35 and 9A. RGB value is (206,53,154). Sum of RGB (Red+Green+Blue) = 206+53+154=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE359A is #31CA65. Grayscale: #6E6E6E. Windows color (decimal): -3263078 or 10106318. OLE color: 10106318.

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

Color convert

RGB 206 53 154 -
CMYK 0 0.74 0.25 0.19
HSL 320.39º 0.61% 0.51% -
HSV(B) 320.39º 0.74% 0.81% -
XYZ 32.56 18 32.33 -
YUV 110.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 206 53 154 0 0.74 0.25 0.19 320.39 0.61 0.51
Hex CE 35 9A 0 4A 19 13 140 3D 33
Octal 316 65 232 0 112 31 23 500 75 63
Binary 11001110 110101 10011010 0 1001010 11001 10011 101000000 111101 110011

Color Harmonies of #CE359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE359A

Black with #CE359A

Text Example


Text Example

White with #CE359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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