Html Css Color HEX #CE1FCB Deep Magenta

📋 copy color: '#CE1FCB'

red 206 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #CE1FCB

Tints of Deep Magenta #CE1FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 46.82%
G = 7.05%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE1FCB (or 0xCE1FCB) is known color: Deep Magenta. HEX triplet: CE, 1F and CB. RGB value is (206,31,203). Sum of RGB (Red+Green+Blue) = 206+31+203=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FCB is #31E034. Grayscale: #666666. Windows color (decimal): -3268661 or 13311950. OLE color: 13311950.

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

Color convert

RGB 206 31 203 -
CMYK 0 0.85 0.01 0.19
HSL 301.03º 0.74% 0.46% -
HSV(B) 301.03º 0.85% 0.81% -
XYZ 36.72 18.41 58.12 -
YUV 102.93 184.48 201.51 -
System Red Green Blue C M Y K H S L
Decimal 206 31 203 0 0.85 0.01 0.19 301.03 0.74 0.46
Hex CE 1F CB 0 55 1 13 12D 4A 2E
Octal 316 37 313 0 125 1 23 455 112 56
Binary 11001110 11111 11001011 0 1010101 1 10011 100101101 1001010 101110

Color Harmonies of #CE1FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1FCB

Black with #CE1FCB

Text Example


Text Example

White with #CE1FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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