Html Css Color HEX #C209BF Deep Magenta

📋 copy color: '#C209BF'

red 194 ◦ green 9 ◦ blue 191

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

Shades of Deep Magenta #C209BF

Tints of Deep Magenta #C209BF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

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

R = 49.24%
G = 2.28%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C209BF (or 0xC209BF) is known color: Deep Magenta. HEX triplet: C2, 09 and BF. RGB value is (194,9,191). Sum of RGB (Red+Green+Blue) = 194+9+191=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C209BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209BF is #3DF640. Grayscale: #545454. Windows color (decimal): -4060737 or 12519874. OLE color: 12519874.

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

Color convert

RGB 194 9 191 -
CMYK 0 0.95 0.02 0.24
HSL 300.97º 0.91% 0.4% -
HSV(B) 300.97º 0.95% 0.76% -
XYZ 31.75 15.43 50.59 -
YUV 85.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 194 9 191 0 0.95 0.02 0.24 300.97 0.91 0.4
Hex C2 9 BF 0 5F 2 18 12D 5B 28
Octal 302 11 277 0 137 2 30 455 133 50
Binary 11000010 1001 10111111 0 1011111 10 11000 100101101 1011011 101000

Color Harmonies of #C209BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209BF

Black with #C209BF

Text Example


Text Example

White with #C209BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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