Html Css Color HEX #CE349C Deep Cerise

📋 copy color: '#CE349C'

red 206 ◦ green 52 ◦ blue 156

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

Shades of Deep Cerise #CE349C

Tints of Deep Cerise #CE349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.56%

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

R = 49.76%
G = 12.56%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE349C (or 0xCE349C) is known color: Deep Cerise. HEX triplet: CE, 34 and 9C. RGB value is (206,52,156). Sum of RGB (Red+Green+Blue) = 206+52+156=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE349C is #31CB63. Grayscale: #6D6D6D. Windows color (decimal): -3263332 or 10237134. OLE color: 10237134.

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

Color convert

RGB 206 52 156 -
CMYK 0 0.75 0.24 0.19
HSL 319.48º 0.61% 0.51% -
HSV(B) 319.48º 0.75% 0.81% -
XYZ 32.68 17.98 33.2 -
YUV 109.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 206 52 156 0 0.75 0.24 0.19 319.48 0.61 0.51
Hex CE 34 9C 0 4B 18 13 13F 3D 33
Octal 316 64 234 0 113 30 23 477 75 63
Binary 11001110 110100 10011100 0 1001011 11000 10011 100111111 111101 110011

Color Harmonies of #CE349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE349C

Black with #CE349C

Text Example


Text Example

White with #CE349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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