Html Css Color HEX #CE23B0 Deep Magenta

📋 copy color: '#CE23B0'

red 206 ◦ green 35 ◦ blue 176

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

Shades of Deep Magenta #CE23B0

Tints of Deep Magenta #CE23B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 49.4%
G = 8.39%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE23B0 (or 0xCE23B0) is known color: Deep Magenta. HEX triplet: CE, 23 and B0. RGB value is (206,35,176). Sum of RGB (Red+Green+Blue) = 206+35+176=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE23B0 is #31DC4F. Grayscale: #656565. Windows color (decimal): -3267664 or 11543502. OLE color: 11543502.

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

Color convert

RGB 206 35 176 -
CMYK 0 0.83 0.15 0.19
HSL 310.53º 0.71% 0.47% -
HSV(B) 310.53º 0.83% 0.81% -
XYZ 33.89 17.46 42.66 -
YUV 102.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 206 35 176 0 0.83 0.15 0.19 310.53 0.71 0.47
Hex CE 23 B0 0 53 F 13 137 47 2F
Octal 316 43 260 0 123 17 23 467 107 57
Binary 11001110 100011 10110000 0 1010011 1111 10011 100110111 1000111 101111

Color Harmonies of #CE23B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23B0

Black with #CE23B0

Text Example


Text Example

White with #CE23B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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