Html Css Color HEX #CE1FBB Deep Magenta

📋 copy color: '#CE1FBB'

red 206 ◦ green 31 ◦ blue 187

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

Shades of Deep Magenta #CE1FBB

Tints of Deep Magenta #CE1FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 48.58%
G = 7.31%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE1FBB (or 0xCE1FBB) is known color: Deep Magenta. HEX triplet: CE, 1F and BB. RGB value is (206,31,187). Sum of RGB (Red+Green+Blue) = 206+31+187=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FBB is #31E044. Grayscale: #646464. Windows color (decimal): -3268677 or 12263374. OLE color: 12263374.

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

Color convert

RGB 206 31 187 -
CMYK 0 0.85 0.09 0.19
HSL 306.51º 0.74% 0.46% -
HSV(B) 306.51º 0.85% 0.81% -
XYZ 34.91 17.69 48.59 -
YUV 101.11 176.48 202.82 -
System Red Green Blue C M Y K H S L
Decimal 206 31 187 0 0.85 0.09 0.19 306.51 0.74 0.46
Hex CE 1F BB 0 55 9 13 133 4A 2E
Octal 316 37 273 0 125 11 23 463 112 56
Binary 11001110 11111 10111011 0 1010101 1001 10011 100110011 1001010 101110

Color Harmonies of #CE1FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FBB

Black with #CE1FBB

Text Example


Text Example

White with #CE1FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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