Html Css Color HEX #C201B9 Deep Magenta

📋 copy color: '#C201B9'

red 194 ◦ green 1 ◦ blue 185

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

Shades of Deep Magenta #C201B9

Tints of Deep Magenta #C201B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 51.05%
G = 0.26%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C201B9 (or 0xC201B9) is known color: Deep Magenta. HEX triplet: C2, 01 and B9. RGB value is (194,1,185). Sum of RGB (Red+Green+Blue) = 194+1+185=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C201B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201B9 is #3DFE46. Grayscale: #4F4F4F. Windows color (decimal): -4062791 or 12124610. OLE color: 12124610.

HSL color Cylindrical-coordinate representation of color #C201B9: hue angle of 302.8º 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 #C201B9 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 185 -
CMYK 0 0.99 0.05 0.24
HSL 302.8º 0.99% 0.38% -
HSV(B) 302.8º 0.99% 0.76% -
XYZ 31.02 14.99 47.16 -
YUV 79.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 194 1 185 0 0.99 0.05 0.24 302.8 0.99 0.38
Hex C2 1 B9 0 63 5 18 12F 63 26
Octal 302 1 271 0 143 5 30 457 143 46
Binary 11000010 1 10111001 0 1100011 101 11000 100101111 1100011 100110

Color Harmonies of #C201B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201B9

Black with #C201B9

Text Example


Text Example

White with #C201B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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