Html Css Color HEX #C01BAD Deep Magenta

📋 copy color: '#C01BAD'

red 192 ◦ green 27 ◦ blue 173

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

Shades of Deep Magenta #C01BAD

Tints of Deep Magenta #C01BAD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 48.98%
G = 6.89%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C01BAD (or 0xC01BAD) is known color: Deep Magenta. HEX triplet: C0, 1B and AD. RGB value is (192,27,173). Sum of RGB (Red+Green+Blue) = 192+27+173=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01BAD is #3FE452. Grayscale: #5C5C5C. Windows color (decimal): -4187219 or 11344832. OLE color: 11344832.

HSL color Cylindrical-coordinate representation of color #C01BAD: hue angle of 306.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01BAD is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 27 173 -
CMYK 0 0.86 0.10 0.25
HSL 306.91º 0.75% 0.43% -
HSV(B) 306.91º 0.86% 0.75% -
XYZ 29.67 15.01 40.87 -
YUV 92.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 192 27 173 0 0.86 0.10 0.25 306.91 0.75 0.43
Hex C0 1B AD 0 56 A 19 133 4B 2B
Octal 300 33 255 0 126 12 31 463 113 53
Binary 11000000 11011 10101101 0 1010110 1010 11001 100110011 1001011 101011

Color Harmonies of #C01BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BAD

Black with #C01BAD

Text Example


Text Example

White with #C01BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BAD; }

 p { color: rgb(192,27,173); }

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

background-color css

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

 a { background-color: rgb(192,27,173); }

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

border-color css

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

 span { border-color: rgb(192,27,173); }

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