Html Css Color HEX #CE23BF Deep Magenta

📋 copy color: '#CE23BF'

red 206 ◦ green 35 ◦ blue 191

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

Shades of Deep Magenta #CE23BF

Tints of Deep Magenta #CE23BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.21%

R = 47.69%
G = 8.1%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE23BF (or 0xCE23BF) is known color: Deep Magenta. HEX triplet: CE, 23 and BF. RGB value is (206,35,191). Sum of RGB (Red+Green+Blue) = 206+35+191=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23BF is #31DC40. Grayscale: #676767. Windows color (decimal): -3267649 or 12526542. OLE color: 12526542.

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

Color convert

RGB 206 35 191 -
CMYK 0 0.83 0.07 0.19
HSL 305.26º 0.71% 0.47% -
HSV(B) 305.26º 0.83% 0.81% -
XYZ 35.46 18.09 50.91 -
YUV 103.91 177.15 200.82 -
System Red Green Blue C M Y K H S L
Decimal 206 35 191 0 0.83 0.07 0.19 305.26 0.71 0.47
Hex CE 23 BF 0 53 7 13 131 47 2F
Octal 316 43 277 0 123 7 23 461 107 57
Binary 11001110 100011 10111111 0 1010011 111 10011 100110001 1000111 101111

Color Harmonies of #CE23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23BF

Black with #CE23BF

Text Example


Text Example

White with #CE23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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