Html Css Color HEX #C009BD Deep Magenta

📋 copy color: '#C009BD'

red 192 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #C009BD

Tints of Deep Magenta #C009BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 49.23%
G = 2.31%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C009BD (or 0xC009BD) is known color: Deep Magenta. HEX triplet: C0, 09 and BD. RGB value is (192,9,189). Sum of RGB (Red+Green+Blue) = 192+9+189=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C009BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009BD is #3FF642. Grayscale: #535353. Windows color (decimal): -4191811 or 12388800. OLE color: 12388800.

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

Color convert

RGB 192 9 189 -
CMYK 0 0.95 0.02 0.25
HSL 300.98º 0.91% 0.39% -
HSV(B) 300.98º 0.95% 0.75% -
XYZ 31.02 15.08 49.42 -
YUV 84.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 192 9 189 0 0.95 0.02 0.25 300.98 0.91 0.39
Hex C0 9 BD 0 5F 2 19 12D 5B 27
Octal 300 11 275 0 137 2 31 455 133 47
Binary 11000000 1001 10111101 0 1011111 10 11001 100101101 1011011 100111

Color Harmonies of #C009BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009BD

Black with #C009BD

Text Example


Text Example

White with #C009BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009BD; }

 p { color: rgb(192,9,189); }

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

background-color css

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

 a { background-color: rgb(192,9,189); }

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

border-color css

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

 span { border-color: rgb(192,9,189); }

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