Html Css Color HEX #CE1CB4 Deep Magenta

📋 copy color: '#CE1CB4'

red 206 ◦ green 28 ◦ blue 180

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

Shades of Deep Magenta #CE1CB4

Tints of Deep Magenta #CE1CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.76%

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 49.76%
G = 6.76%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE1CB4 (or 0xCE1CB4) is known color: Deep Magenta. HEX triplet: CE, 1C and B4. RGB value is (206,28,180). Sum of RGB (Red+Green+Blue) = 206+28+180=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CB4 is #31E34B. Grayscale: #626262. Windows color (decimal): -3269452 or 11803854. OLE color: 11803854.

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

Color convert

RGB 206 28 180 -
CMYK 0 0.86 0.13 0.19
HSL 308.76º 0.76% 0.46% -
HSV(B) 308.76º 0.86% 0.81% -
XYZ 34.11 17.25 44.71 -
YUV 98.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 206 28 180 0 0.86 0.13 0.19 308.76 0.76 0.46
Hex CE 1C B4 0 56 D 13 135 4C 2E
Octal 316 34 264 0 126 15 23 465 114 56
Binary 11001110 11100 10110100 0 1010110 1101 10011 100110101 1001100 101110

Color Harmonies of #CE1CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1CB4

Black with #CE1CB4

Text Example


Text Example

White with #CE1CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1CB4; }

 p { color: rgb(206,28,180); }

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

background-color css

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

 a { background-color: rgb(206,28,180); }

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

border-color css

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

 span { border-color: rgb(206,28,180); }

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