Html Css Color HEX #CE1FB5 Deep Magenta

📋 copy color: '#CE1FB5'

red 206 ◦ green 31 ◦ blue 181

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

Shades of Deep Magenta #CE1FB5

Tints of Deep Magenta #CE1FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 49.28%
G = 7.42%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE1FB5 (or 0xCE1FB5) is known color: Deep Magenta. HEX triplet: CE, 1F and B5. RGB value is (206,31,181). Sum of RGB (Red+Green+Blue) = 206+31+181=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FB5 is #31E04A. Grayscale: #646464. Windows color (decimal): -3268683 or 11870158. OLE color: 11870158.

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

Color convert

RGB 206 31 181 -
CMYK 0 0.85 0.12 0.19
HSL 308.57º 0.74% 0.46% -
HSV(B) 308.57º 0.85% 0.81% -
XYZ 34.28 17.44 45.27 -
YUV 100.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 206 31 181 0 0.85 0.12 0.19 308.57 0.74 0.46
Hex CE 1F B5 0 55 C 13 135 4A 2E
Octal 316 37 265 0 125 14 23 465 112 56
Binary 11001110 11111 10110101 0 1010101 1100 10011 100110101 1001010 101110

Color Harmonies of #CE1FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FB5

Black with #CE1FB5

Text Example


Text Example

White with #CE1FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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