Html Css Color HEX #C018BB Deep Magenta

📋 copy color: '#C018BB'

red 192 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #C018BB

Tints of Deep Magenta #C018BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 47.64%
G = 5.96%
B = 46.4%

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

#C018BB (or 0xC018BB) is known color: Deep Magenta. HEX triplet: C0, 18 and BB. RGB value is (192,24,187). Sum of RGB (Red+Green+Blue) = 192+24+187=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C018BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018BB is #3FE744. Grayscale: #5C5C5C. Windows color (decimal): -4187973 or 12261568. OLE color: 12261568.

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

Color convert

RGB 192 24 187 -
CMYK 0 0.88 0.03 0.25
HSL 301.79º 0.78% 0.42% -
HSV(B) 301.79º 0.88% 0.75% -
XYZ 31.03 15.45 48.36 -
YUV 92.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 192 24 187 0 0.88 0.03 0.25 301.79 0.78 0.42
Hex C0 18 BB 0 58 3 19 12E 4E 2A
Octal 300 30 273 0 130 3 31 456 116 52
Binary 11000000 11000 10111011 0 1011000 11 11001 100101110 1001110 101010

Color Harmonies of #C018BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018BB

Black with #C018BB

Text Example


Text Example

White with #C018BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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