Html Css Color HEX #C201BF Deep Magenta

📋 copy color: '#C201BF'

red 194 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #C201BF

Tints of Deep Magenta #C201BF

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 50.26%
G = 0.26%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C201BF (or 0xC201BF) is known color: Deep Magenta. HEX triplet: C2, 01 and BF. RGB value is (194,1,191). Sum of RGB (Red+Green+Blue) = 194+1+191=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C201BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201BF is #3DFE40. Grayscale: #4F4F4F. Windows color (decimal): -4062785 or 12517826. OLE color: 12517826.

HSL color Cylindrical-coordinate representation of color #C201BF: hue angle of 300.93º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201BF is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 191 -
CMYK 0 0.99 0.02 0.24
HSL 300.93º 0.99% 0.38% -
HSV(B) 300.93º 0.99% 0.76% -
XYZ 31.66 15.25 50.57 -
YUV 80.37 190.44 209.05 -
System Red Green Blue C M Y K H S L
Decimal 194 1 191 0 0.99 0.02 0.24 300.93 0.99 0.38
Hex C2 1 BF 0 63 2 18 12D 63 26
Octal 302 1 277 0 143 2 30 455 143 46
Binary 11000010 1 10111111 0 1100011 10 11000 100101101 1100011 100110

Color Harmonies of #C201BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201BF

Black with #C201BF

Text Example


Text Example

White with #C201BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201BF; }

 p { color: rgb(194,1,191); }

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

background-color css

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

 a { background-color: rgb(194,1,191); }

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

border-color css

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

 span { border-color: rgb(194,1,191); }

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