Html Css Color HEX #CE1FB2 Deep Magenta

📋 copy color: '#CE1FB2'

red 206 ◦ green 31 ◦ blue 178

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

Shades of Deep Magenta #CE1FB2

Tints of Deep Magenta #CE1FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.47%

 BLUE value IS 178 (69.92% from 255) = 42.89%

R = 49.64%
G = 7.47%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE1FB2 (or 0xCE1FB2) is known color: Deep Magenta. HEX triplet: CE, 1F and B2. RGB value is (206,31,178). Sum of RGB (Red+Green+Blue) = 206+31+178=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1FB2 is #31E04D. Grayscale: #636363. Windows color (decimal): -3268686 or 11673550. OLE color: 11673550.

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

Color convert

RGB 206 31 178 -
CMYK 0 0.85 0.14 0.19
HSL 309.6º 0.74% 0.46% -
HSV(B) 309.6º 0.85% 0.81% -
XYZ 33.98 17.32 43.67 -
YUV 100.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 206 31 178 0 0.85 0.14 0.19 309.6 0.74 0.46
Hex CE 1F B2 0 55 E 13 136 4A 2E
Octal 316 37 262 0 125 16 23 466 112 56
Binary 11001110 11111 10110010 0 1010101 1110 10011 100110110 1001010 101110

Color Harmonies of #CE1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FB2

Black with #CE1FB2

Text Example


Text Example

White with #CE1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FB2; }

 p { color: rgb(206,31,178); }

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

background-color css

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

 a { background-color: rgb(206,31,178); }

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

border-color css

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

 span { border-color: rgb(206,31,178); }

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