Html Css Color HEX #CE23B9 Deep Magenta

📋 copy color: '#CE23B9'

red 206 ◦ green 35 ◦ blue 185

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

Shades of Deep Magenta #CE23B9

Tints of Deep Magenta #CE23B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 48.36%
G = 8.22%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE23B9 (or 0xCE23B9) is known color: Deep Magenta. HEX triplet: CE, 23 and B9. RGB value is (206,35,185). Sum of RGB (Red+Green+Blue) = 206+35+185=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE23B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23B9 is #31DC46. Grayscale: #666666. Windows color (decimal): -3267655 or 12133326. OLE color: 12133326.

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

Color convert

RGB 206 35 185 -
CMYK 0 0.83 0.10 0.19
HSL 307.37º 0.71% 0.47% -
HSV(B) 307.37º 0.83% 0.81% -
XYZ 34.81 17.83 47.51 -
YUV 103.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 206 35 185 0 0.83 0.10 0.19 307.37 0.71 0.47
Hex CE 23 B9 0 53 A 13 133 47 2F
Octal 316 43 271 0 123 12 23 463 107 57
Binary 11001110 100011 10111001 0 1010011 1010 10011 100110011 1000111 101111

Color Harmonies of #CE23B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE23B9

Black with #CE23B9

Text Example


Text Example

White with #CE23B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE23B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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