Html Css Color HEX #CE338D Deep Cerise

📋 copy color: '#CE338D'

red 206 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #CE338D

Tints of Deep Cerise #CE338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 51.76%
G = 12.81%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE338D (or 0xCE338D) is known color: Deep Cerise. HEX triplet: CE, 33 and 8D. RGB value is (206,51,141). Sum of RGB (Red+Green+Blue) = 206+51+141=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE338D is #31CC72. Grayscale: #6B6B6B. Windows color (decimal): -3263603 or 9253838. OLE color: 9253838.

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

Color convert

RGB 206 51 141 -
CMYK 0 0.75 0.32 0.19
HSL 325.16º 0.61% 0.5% -
HSV(B) 325.16º 0.75% 0.81% -
XYZ 31.45 17.41 26.9 -
YUV 107.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 206 51 141 0 0.75 0.32 0.19 325.16 0.61 0.5
Hex CE 33 8D 0 4B 20 13 145 3D 32
Octal 316 63 215 0 113 40 23 505 75 62
Binary 11001110 110011 10001101 0 1001011 100000 10011 101000101 111101 110010

Color Harmonies of #CE338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE338D

Black with #CE338D

Text Example


Text Example

White with #CE338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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