Html Css Color HEX #C009BF Deep Magenta

📋 copy color: '#C009BF'

red 192 ◦ green 9 ◦ blue 191

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

Shades of Deep Magenta #C009BF

Tints of Deep Magenta #C009BF

RGB

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

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

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

R = 48.98%
G = 2.3%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C009BF (or 0xC009BF) is known color: Deep Magenta. HEX triplet: C0, 09 and BF. RGB value is (192,9,191). Sum of RGB (Red+Green+Blue) = 192+9+191=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C009BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009BF is #3FF640. Grayscale: #535353. Windows color (decimal): -4191809 or 12519872. OLE color: 12519872.

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

Color convert

RGB 192 9 191 -
CMYK 0 0.95 0.01 0.25
HSL 300.33º 0.91% 0.39% -
HSV(B) 300.33º 0.95% 0.75% -
XYZ 31.24 15.16 50.57 -
YUV 84.47 188.13 204.7 -
System Red Green Blue C M Y K H S L
Decimal 192 9 191 0 0.95 0.01 0.25 300.33 0.91 0.39
Hex C0 9 BF 0 5F 1 19 12C 5B 27
Octal 300 11 277 0 137 1 31 454 133 47
Binary 11000000 1001 10111111 0 1011111 1 11001 100101100 1011011 100111

Color Harmonies of #C009BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009BF

Black with #C009BF

Text Example


Text Example

White with #C009BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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