Html Css Color HEX #C018BA Deep Magenta

📋 copy color: '#C018BA'

red 192 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #C018BA

Tints of Deep Magenta #C018BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 47.76%
G = 5.97%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C018BA (or 0xC018BA) is known color: Deep Magenta. HEX triplet: C0, 18 and BA. RGB value is (192,24,186). Sum of RGB (Red+Green+Blue) = 192+24+186=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C018BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018BA is #3FE745. Grayscale: #5C5C5C. Windows color (decimal): -4187974 or 12196032. OLE color: 12196032.

HSL color Cylindrical-coordinate representation of color #C018BA: hue angle of 302.14º 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 #C018BA is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 186 -
CMYK 0 0.88 0.03 0.25
HSL 302.14º 0.78% 0.42% -
HSV(B) 302.14º 0.88% 0.75% -
XYZ 30.93 15.4 47.8 -
YUV 92.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 192 24 186 0 0.88 0.03 0.25 302.14 0.78 0.42
Hex C0 18 BA 0 58 3 19 12E 4E 2A
Octal 300 30 272 0 130 3 31 456 116 52
Binary 11000000 11000 10111010 0 1011000 11 11001 100101110 1001110 101010

Color Harmonies of #C018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018BA

Black with #C018BA

Text Example


Text Example

White with #C018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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