Html Css Color HEX #C01DBF Deep Magenta

📋 copy color: '#C01DBF'

red 192 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #C01DBF

Tints of Deep Magenta #C01DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

 BLUE value IS 191 (75% from 255) = 46.36%

R = 46.6%
G = 7.04%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C01DBF (or 0xC01DBF) is known color: Deep Magenta. HEX triplet: C0, 1D and BF. RGB value is (192,29,191). Sum of RGB (Red+Green+Blue) = 192+29+191=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DBF is #3FE240. Grayscale: #5F5F5F. Windows color (decimal): -4186689 or 12524992. OLE color: 12524992.

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

Color convert

RGB 192 29 191 -
CMYK 0 0.85 0.01 0.25
HSL 300.37º 0.74% 0.43% -
HSV(B) 300.37º 0.85% 0.75% -
XYZ 31.58 15.85 50.68 -
YUV 96.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 192 29 191 0 0.85 0.01 0.25 300.37 0.74 0.43
Hex C0 1D BF 0 55 1 19 12C 4A 2B
Octal 300 35 277 0 125 1 31 454 112 53
Binary 11000000 11101 10111111 0 1010101 1 11001 100101100 1001010 101011

Color Harmonies of #C01DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DBF

Black with #C01DBF

Text Example


Text Example

White with #C01DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DBF; }

 p { color: rgb(192,29,191); }

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

background-color css

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

 a { background-color: rgb(192,29,191); }

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

border-color css

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

 span { border-color: rgb(192,29,191); }

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