Html Css Color HEX #CE1CB0 Deep Magenta

📋 copy color: '#CE1CB0'

red 206 ◦ green 28 ◦ blue 176

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

Shades of Deep Magenta #CE1CB0

Tints of Deep Magenta #CE1CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 50.24%
G = 6.83%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE1CB0 (or 0xCE1CB0) is known color: Deep Magenta. HEX triplet: CE, 1C and B0. RGB value is (206,28,176). Sum of RGB (Red+Green+Blue) = 206+28+176=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CB0 is #31E34F. Grayscale: #616161. Windows color (decimal): -3269456 or 11541710. OLE color: 11541710.

HSL color Cylindrical-coordinate representation of color #CE1CB0: hue angle of 310.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1CB0 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 28 176 -
CMYK 0 0.86 0.15 0.19
HSL 310.11º 0.76% 0.46% -
HSV(B) 310.11º 0.86% 0.81% -
XYZ 33.71 17.09 42.6 -
YUV 98.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 206 28 176 0 0.86 0.15 0.19 310.11 0.76 0.46
Hex CE 1C B0 0 56 F 13 136 4C 2E
Octal 316 34 260 0 126 17 23 466 114 56
Binary 11001110 11100 10110000 0 1010110 1111 10011 100110110 1001100 101110

Color Harmonies of #CE1CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CB0

Black with #CE1CB0

Text Example


Text Example

White with #CE1CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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