Html Css Color HEX #C018BE Deep Magenta

📋 copy color: '#C018BE'

red 192 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C018BE

Tints of Deep Magenta #C018BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 47.29%
G = 5.91%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C018BE (or 0xC018BE) is known color: Deep Magenta. HEX triplet: C0, 18 and BE. RGB value is (192,24,190). Sum of RGB (Red+Green+Blue) = 192+24+190=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C018BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018BE is #3FE741. Grayscale: #5C5C5C. Windows color (decimal): -4187970 or 12458176. OLE color: 12458176.

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

Color convert

RGB 192 24 190 -
CMYK 0 0.88 0.01 0.25
HSL 300.71º 0.78% 0.42% -
HSV(B) 300.71º 0.88% 0.75% -
XYZ 31.36 15.58 50.07 -
YUV 93.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 192 24 190 0 0.88 0.01 0.25 300.71 0.78 0.42
Hex C0 18 BE 0 58 1 19 12D 4E 2A
Octal 300 30 276 0 130 1 31 455 116 52
Binary 11000000 11000 10111110 0 1011000 1 11001 100101101 1001110 101010

Color Harmonies of #C018BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018BE

Black with #C018BE

Text Example


Text Example

White with #C018BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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