Html Css Color HEX #CE1BC4 Deep Magenta

📋 copy color: '#CE1BC4'

red 206 ◦ green 27 ◦ blue 196

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

Shades of Deep Magenta #CE1BC4

Tints of Deep Magenta #CE1BC4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

 BLUE value IS 196 (76.95% from 255) = 45.69%

R = 48.02%
G = 6.29%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE1BC4 (or 0xCE1BC4) is known color: Deep Magenta. HEX triplet: CE, 1B and C4. RGB value is (206,27,196). Sum of RGB (Red+Green+Blue) = 206+27+196=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BC4 is #31E43B. Grayscale: #636363. Windows color (decimal): -3269692 or 12852174. OLE color: 12852174.

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

Color convert

RGB 206 27 196 -
CMYK 0 0.87 0.05 0.19
HSL 303.35º 0.77% 0.46% -
HSV(B) 303.35º 0.87% 0.81% -
XYZ 35.81 17.89 53.79 -
YUV 99.79 182.3 203.76 -
System Red Green Blue C M Y K H S L
Decimal 206 27 196 0 0.87 0.05 0.19 303.35 0.77 0.46
Hex CE 1B C4 0 57 5 13 12F 4D 2E
Octal 316 33 304 0 127 5 23 457 115 56
Binary 11001110 11011 11000100 0 1010111 101 10011 100101111 1001101 101110

Color Harmonies of #CE1BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1BC4

Black with #CE1BC4

Text Example


Text Example

White with #CE1BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1BC4; }

 p { color: rgb(206,27,196); }

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

background-color css

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

 a { background-color: rgb(206,27,196); }

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

border-color css

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

 span { border-color: rgb(206,27,196); }

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