Html Css Color HEX #CE338E Deep Cerise

📋 copy color: '#CE338E'

red 206 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #CE338E

Tints of Deep Cerise #CE338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 51.63%
G = 12.78%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE338E (or 0xCE338E) is known color: Deep Cerise. HEX triplet: CE, 33 and 8E. RGB value is (206,51,142). Sum of RGB (Red+Green+Blue) = 206+51+142=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE338E is #31CC71. Grayscale: #6B6B6B. Windows color (decimal): -3263602 or 9319374. OLE color: 9319374.

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

Color convert

RGB 206 51 142 -
CMYK 0 0.75 0.31 0.19
HSL 324.77º 0.61% 0.5% -
HSV(B) 324.77º 0.75% 0.81% -
XYZ 31.52 17.44 27.3 -
YUV 107.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 206 51 142 0 0.75 0.31 0.19 324.77 0.61 0.5
Hex CE 33 8E 0 4B 1F 13 145 3D 32
Octal 316 63 216 0 113 37 23 505 75 62
Binary 11001110 110011 10001110 0 1001011 11111 10011 101000101 111101 110010

Color Harmonies of #CE338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE338E

Black with #CE338E

Text Example


Text Example

White with #CE338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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