Html Css Color HEX #C01FB6 Deep Magenta

📋 copy color: '#C01FB6'

red 192 ◦ green 31 ◦ blue 182

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

Shades of Deep Magenta #C01FB6

Tints of Deep Magenta #C01FB6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.65%

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 47.41%
G = 7.65%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C01FB6 (or 0xC01FB6) is known color: Deep Magenta. HEX triplet: C0, 1F and B6. RGB value is (192,31,182). Sum of RGB (Red+Green+Blue) = 192+31+182=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C01FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01FB6 is #3FE049. Grayscale: #5F5F5F. Windows color (decimal): -4186186 or 11935680. OLE color: 11935680.

HSL color Cylindrical-coordinate representation of color #C01FB6: hue angle of 303.73º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01FB6 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 182 -
CMYK 0 0.84 0.05 0.25
HSL 303.73º 0.72% 0.44% -
HSV(B) 303.73º 0.84% 0.75% -
XYZ 30.67 15.56 45.64 -
YUV 96.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 192 31 182 0 0.84 0.05 0.25 303.73 0.72 0.44
Hex C0 1F B6 0 54 5 19 130 48 2C
Octal 300 37 266 0 124 5 31 460 110 54
Binary 11000000 11111 10110110 0 1010100 101 11001 100110000 1001000 101100

Color Harmonies of #C01FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FB6

Black with #C01FB6

Text Example


Text Example

White with #C01FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FB6; }

 p { color: rgb(192,31,182); }

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

background-color css

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

 a { background-color: rgb(192,31,182); }

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

border-color css

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

 span { border-color: rgb(192,31,182); }

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