Html Css Color HEX #CE23BD Deep Magenta

📋 copy color: '#CE23BD'

red 206 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #CE23BD

Tints of Deep Magenta #CE23BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.14%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 47.91%
G = 8.14%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE23BD (or 0xCE23BD) is known color: Deep Magenta. HEX triplet: CE, 23 and BD. RGB value is (206,35,189). Sum of RGB (Red+Green+Blue) = 206+35+189=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23BD is #31DC42. Grayscale: #676767. Windows color (decimal): -3267651 or 12395470. OLE color: 12395470.

HSL color Cylindrical-coordinate representation of color #CE23BD: hue angle of 305.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE23BD is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 189 -
CMYK 0 0.83 0.08 0.19
HSL 305.96º 0.71% 0.47% -
HSV(B) 305.96º 0.83% 0.81% -
XYZ 35.24 18 49.76 -
YUV 103.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 206 35 189 0 0.83 0.08 0.19 305.96 0.71 0.47
Hex CE 23 BD 0 53 8 13 132 47 2F
Octal 316 43 275 0 123 10 23 462 107 57
Binary 11001110 100011 10111101 0 1010011 1000 10011 100110010 1000111 101111

Color Harmonies of #CE23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23BD

Black with #CE23BD

Text Example


Text Example

White with #CE23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23BD; }

 p { color: rgb(206,35,189); }

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

background-color css

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

 a { background-color: rgb(206,35,189); }

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

border-color css

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

 span { border-color: rgb(206,35,189); }

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