Html Css Color HEX #CE359C Deep Cerise

📋 copy color: '#CE359C'

red 206 ◦ green 53 ◦ blue 156

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

Shades of Deep Cerise #CE359C

Tints of Deep Cerise #CE359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 49.64%
G = 12.77%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE359C (or 0xCE359C) is known color: Deep Cerise. HEX triplet: CE, 35 and 9C. RGB value is (206,53,156). Sum of RGB (Red+Green+Blue) = 206+53+156=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE359C is #31CA63. Grayscale: #6E6E6E. Windows color (decimal): -3263076 or 10237390. OLE color: 10237390.

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

Color convert

RGB 206 53 156 -
CMYK 0 0.74 0.24 0.19
HSL 319.61º 0.61% 0.51% -
HSV(B) 319.61º 0.74% 0.81% -
XYZ 32.73 18.07 33.22 -
YUV 110.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 206 53 156 0 0.74 0.24 0.19 319.61 0.61 0.51
Hex CE 35 9C 0 4A 18 13 140 3D 33
Octal 316 65 234 0 112 30 23 500 75 63
Binary 11001110 110101 10011100 0 1001010 11000 10011 101000000 111101 110011

Color Harmonies of #CE359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE359C

Black with #CE359C

Text Example


Text Example

White with #CE359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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