Html Css Color HEX #C209BB Deep Magenta

📋 copy color: '#C209BB'

red 194 ◦ green 9 ◦ blue 187

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

Shades of Deep Magenta #C209BB

Tints of Deep Magenta #C209BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 49.74%
G = 2.31%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C209BB (or 0xC209BB) is known color: Deep Magenta. HEX triplet: C2, 09 and BB. RGB value is (194,9,187). Sum of RGB (Red+Green+Blue) = 194+9+187=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C209BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209BB is #3DF644. Grayscale: #545454. Windows color (decimal): -4060741 or 12257730. OLE color: 12257730.

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

Color convert

RGB 194 9 187 -
CMYK 0 0.95 0.04 0.24
HSL 302.27º 0.91% 0.4% -
HSV(B) 302.27º 0.95% 0.76% -
XYZ 31.32 15.25 48.31 -
YUV 84.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 194 9 187 0 0.95 0.04 0.24 302.27 0.91 0.4
Hex C2 9 BB 0 5F 4 18 12E 5B 28
Octal 302 11 273 0 137 4 30 456 133 50
Binary 11000010 1001 10111011 0 1011111 100 11000 100101110 1011011 101000

Color Harmonies of #C209BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209BB

Black with #C209BB

Text Example


Text Example

White with #C209BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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