Html Css Color HEX #C01BBF Deep Magenta

📋 copy color: '#C01BBF'

red 192 ◦ green 27 ◦ blue 191

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

Shades of Deep Magenta #C01BBF

Tints of Deep Magenta #C01BBF

RGB

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

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

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

R = 46.83%
G = 6.59%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C01BBF (or 0xC01BBF) is known color: Deep Magenta. HEX triplet: C0, 1B and BF. RGB value is (192,27,191). Sum of RGB (Red+Green+Blue) = 192+27+191=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BBF is #3FE440. Grayscale: #5E5E5E. Windows color (decimal): -4187201 or 12524480. OLE color: 12524480.

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

Color convert

RGB 192 27 191 -
CMYK 0 0.86 0.01 0.25
HSL 300.36º 0.75% 0.43% -
HSV(B) 300.36º 0.86% 0.75% -
XYZ 31.53 15.75 50.67 -
YUV 95.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 192 27 191 0 0.86 0.01 0.25 300.36 0.75 0.43
Hex C0 1B BF 0 56 1 19 12C 4B 2B
Octal 300 33 277 0 126 1 31 454 113 53
Binary 11000000 11011 10111111 0 1010110 1 11001 100101100 1001011 101011

Color Harmonies of #C01BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BBF

Black with #C01BBF

Text Example


Text Example

White with #C01BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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