Html Css Color HEX #CE349B Deep Cerise

📋 copy color: '#CE349B'

red 206 ◦ green 52 ◦ blue 155

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

Shades of Deep Cerise #CE349B

Tints of Deep Cerise #CE349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 49.88%
G = 12.59%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE349B (or 0xCE349B) is known color: Deep Cerise. HEX triplet: CE, 34 and 9B. RGB value is (206,52,155). Sum of RGB (Red+Green+Blue) = 206+52+155=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE349B is #31CB64. Grayscale: #6D6D6D. Windows color (decimal): -3263333 or 10171598. OLE color: 10171598.

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

Color convert

RGB 206 52 155 -
CMYK 0 0.75 0.25 0.19
HSL 319.87º 0.61% 0.51% -
HSV(B) 319.87º 0.75% 0.81% -
XYZ 32.6 17.94 32.76 -
YUV 109.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 206 52 155 0 0.75 0.25 0.19 319.87 0.61 0.51
Hex CE 34 9B 0 4B 19 13 140 3D 33
Octal 316 64 233 0 113 31 23 500 75 63
Binary 11001110 110100 10011011 0 1001011 11001 10011 101000000 111101 110011

Color Harmonies of #CE349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE349B

Black with #CE349B

Text Example


Text Example

White with #CE349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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