Html Css Color HEX #CE328A Deep Cerise

📋 copy color: '#CE328A'

red 206 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #CE328A

Tints of Deep Cerise #CE328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 52.28%
G = 12.69%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE328A (or 0xCE328A) is known color: Deep Cerise. HEX triplet: CE, 32 and 8A. RGB value is (206,50,138). Sum of RGB (Red+Green+Blue) = 206+50+138=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE328A is #31CD75. Grayscale: #6A6A6A. Windows color (decimal): -3263862 or 9056974. OLE color: 9056974.

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

Color convert

RGB 206 50 138 -
CMYK 0 0.76 0.33 0.19
HSL 326.15º 0.61% 0.5% -
HSV(B) 326.15º 0.76% 0.81% -
XYZ 31.18 17.24 25.73 -
YUV 106.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 206 50 138 0 0.76 0.33 0.19 326.15 0.61 0.5
Hex CE 32 8A 0 4C 21 13 146 3D 32
Octal 316 62 212 0 114 41 23 506 75 62
Binary 11001110 110010 10001010 0 1001100 100001 10011 101000110 111101 110010

Color Harmonies of #CE328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE328A

Black with #CE328A

Text Example


Text Example

White with #CE328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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