Html Css Color HEX #CE339A Deep Cerise

📋 copy color: '#CE339A'

red 206 ◦ green 51 ◦ blue 154

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

Shades of Deep Cerise #CE339A

Tints of Deep Cerise #CE339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 50.12%
G = 12.41%
B = 37.47%

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

#CE339A (or 0xCE339A) is known color: Deep Cerise. HEX triplet: CE, 33 and 9A. RGB value is (206,51,154). Sum of RGB (Red+Green+Blue) = 206+51+154=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE339A is #31CC65. Grayscale: #6C6C6C. Windows color (decimal): -3263590 or 10105806. OLE color: 10105806.

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

Color convert

RGB 206 51 154 -
CMYK 0 0.75 0.25 0.19
HSL 320.13º 0.61% 0.5% -
HSV(B) 320.13º 0.75% 0.81% -
XYZ 32.47 17.82 32.3 -
YUV 109.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 206 51 154 0 0.75 0.25 0.19 320.13 0.61 0.5
Hex CE 33 9A 0 4B 19 13 140 3D 32
Octal 316 63 232 0 113 31 23 500 75 62
Binary 11001110 110011 10011010 0 1001011 11001 10011 101000000 111101 110010

Color Harmonies of #CE339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE339A

Black with #CE339A

Text Example


Text Example

White with #CE339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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