Html Css Color HEX #C018BD Deep Magenta

📋 copy color: '#C018BD'

red 192 ◦ green 24 ◦ blue 189

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

Shades of Deep Magenta #C018BD

Tints of Deep Magenta #C018BD

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 47.41%
G = 5.93%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C018BD (or 0xC018BD) is known color: Deep Magenta. HEX triplet: C0, 18 and BD. RGB value is (192,24,189). Sum of RGB (Red+Green+Blue) = 192+24+189=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C018BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018BD is #3FE742. Grayscale: #5C5C5C. Windows color (decimal): -4187971 or 12392640. OLE color: 12392640.

HSL color Cylindrical-coordinate representation of color #C018BD: hue angle of 301.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018BD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 189 -
CMYK 0 0.88 0.02 0.25
HSL 301.07º 0.78% 0.42% -
HSV(B) 301.07º 0.88% 0.75% -
XYZ 31.25 15.53 49.5 -
YUV 93.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 192 24 189 0 0.88 0.02 0.25 301.07 0.78 0.42
Hex C0 18 BD 0 58 2 19 12D 4E 2A
Octal 300 30 275 0 130 2 31 455 116 52
Binary 11000000 11000 10111101 0 1011000 10 11001 100101101 1001110 101010

Color Harmonies of #C018BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018BD

Black with #C018BD

Text Example


Text Example

White with #C018BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018BD; }

 p { color: rgb(192,24,189); }

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

background-color css

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

 a { background-color: rgb(192,24,189); }

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

border-color css

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

 span { border-color: rgb(192,24,189); }

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