Html Css Color HEX #CE349A Deep Cerise

📋 copy color: '#CE349A'

red 206 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #CE349A

Tints of Deep Cerise #CE349A

RGB

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

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

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

R = 50%
G = 12.62%
B = 37.38%

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

#CE349A (or 0xCE349A) is known color: Deep Cerise. HEX triplet: CE, 34 and 9A. RGB value is (206,52,154). Sum of RGB (Red+Green+Blue) = 206+52+154=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE349A is #31CB65. Grayscale: #6D6D6D. Windows color (decimal): -3263334 or 10106062. OLE color: 10106062.

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

Color convert

RGB 206 52 154 -
CMYK 0 0.75 0.25 0.19
HSL 320.26º 0.61% 0.51% -
HSV(B) 320.26º 0.75% 0.81% -
XYZ 32.51 17.91 32.32 -
YUV 109.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 206 52 154 0 0.75 0.25 0.19 320.26 0.61 0.51
Hex CE 34 9A 0 4B 19 13 140 3D 33
Octal 316 64 232 0 113 31 23 500 75 63
Binary 11001110 110100 10011010 0 1001011 11001 10011 101000000 111101 110011

Color Harmonies of #CE349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE349A

Black with #CE349A

Text Example


Text Example

White with #CE349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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