Html Css Color HEX #CE349D Deep Cerise

📋 copy color: '#CE349D'

red 206 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #CE349D

Tints of Deep Cerise #CE349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 49.64%
G = 12.53%
B = 37.83%

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

#CE349D (or 0xCE349D) is known color: Deep Cerise. HEX triplet: CE, 34 and 9D. RGB value is (206,52,157). Sum of RGB (Red+Green+Blue) = 206+52+157=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE349D is #31CB62. Grayscale: #6D6D6D. Windows color (decimal): -3263331 or 10302670. OLE color: 10302670.

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

Color convert

RGB 206 52 157 -
CMYK 0 0.75 0.24 0.19
HSL 319.09º 0.61% 0.51% -
HSV(B) 319.09º 0.75% 0.81% -
XYZ 32.77 18.01 33.65 -
YUV 110.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 206 52 157 0 0.75 0.24 0.19 319.09 0.61 0.51
Hex CE 34 9D 0 4B 18 13 13F 3D 33
Octal 316 64 235 0 113 30 23 477 75 63
Binary 11001110 110100 10011101 0 1001011 11000 10011 100111111 111101 110011

Color Harmonies of #CE349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE349D

Black with #CE349D

Text Example


Text Example

White with #CE349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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