Html Css Color HEX #CE1FB9 Deep Magenta

📋 copy color: '#CE1FB9'

red 206 ◦ green 31 ◦ blue 185

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

Shades of Deep Magenta #CE1FB9

Tints of Deep Magenta #CE1FB9

RGB

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

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

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

R = 48.82%
G = 7.35%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE1FB9 (or 0xCE1FB9) is known color: Deep Magenta. HEX triplet: CE, 1F and B9. RGB value is (206,31,185). Sum of RGB (Red+Green+Blue) = 206+31+185=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FB9 is #31E046. Grayscale: #646464. Windows color (decimal): -3268679 or 12132302. OLE color: 12132302.

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

Color convert

RGB 206 31 185 -
CMYK 0 0.85 0.10 0.19
HSL 307.2º 0.74% 0.46% -
HSV(B) 307.2º 0.85% 0.81% -
XYZ 34.7 17.6 47.47 -
YUV 100.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 206 31 185 0 0.85 0.10 0.19 307.2 0.74 0.46
Hex CE 1F B9 0 55 A 13 133 4A 2E
Octal 316 37 271 0 125 12 23 463 112 56
Binary 11001110 11111 10111001 0 1010101 1010 10011 100110011 1001010 101110

Color Harmonies of #CE1FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FB9

Black with #CE1FB9

Text Example


Text Example

White with #CE1FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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