Html Css Color HEX #CE18B4 Deep Magenta

📋 copy color: '#CE18B4'

red 206 ◦ green 24 ◦ blue 180

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

Shades of Deep Magenta #CE18B4

Tints of Deep Magenta #CE18B4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.85%

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

R = 50.24%
G = 5.85%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE18B4 (or 0xCE18B4) is known color: Deep Magenta. HEX triplet: CE, 18 and B4. RGB value is (206,24,180). Sum of RGB (Red+Green+Blue) = 206+24+180=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE18B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18B4 is #31E74B. Grayscale: #5F5F5F. Windows color (decimal): -3270476 or 11802830. OLE color: 11802830.

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

Color convert

RGB 206 24 180 -
CMYK 0 0.88 0.13 0.19
HSL 308.57º 0.79% 0.45% -
HSV(B) 308.57º 0.88% 0.81% -
XYZ 34.02 17.07 44.68 -
YUV 96.2 175.3 206.32 -
System Red Green Blue C M Y K H S L
Decimal 206 24 180 0 0.88 0.13 0.19 308.57 0.79 0.45
Hex CE 18 B4 0 58 D 13 135 4F 2D
Octal 316 30 264 0 130 15 23 465 117 55
Binary 11001110 11000 10110100 0 1011000 1101 10011 100110101 1001111 101101

Color Harmonies of #CE18B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18B4

Black with #CE18B4

Text Example


Text Example

White with #CE18B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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