Html Css Color HEX #CE329A Deep Cerise

📋 copy color: '#CE329A'

red 206 ◦ green 50 ◦ blue 154

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

Shades of Deep Cerise #CE329A

Tints of Deep Cerise #CE329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.2%

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

R = 50.24%
G = 12.2%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE329A (or 0xCE329A) is known color: Deep Cerise. HEX triplet: CE, 32 and 9A. RGB value is (206,50,154). Sum of RGB (Red+Green+Blue) = 206+50+154=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE329A is #31CD65. Grayscale: #6C6C6C. Windows color (decimal): -3263846 or 10105550. OLE color: 10105550.

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

Color convert

RGB 206 50 154 -
CMYK 0 0.76 0.25 0.19
HSL 320º 0.61% 0.5% -
HSV(B) 320º 0.76% 0.81% -
XYZ 32.43 17.74 32.29 -
YUV 108.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 206 50 154 0 0.76 0.25 0.19 320 0.61 0.5
Hex CE 32 9A 0 4C 19 13 140 3D 32
Octal 316 62 232 0 114 31 23 500 75 62
Binary 11001110 110010 10011010 0 1001100 11001 10011 101000000 111101 110010

Color Harmonies of #CE329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE329A

Black with #CE329A

Text Example


Text Example

White with #CE329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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