Html Css Color HEX #C009D7 Deep Magenta

📋 copy color: '#C009D7'

red 192 ◦ green 9 ◦ blue 215

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

Shades of Deep Magenta #C009D7

Tints of Deep Magenta #C009D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.68%

R = 46.15%
G = 2.16%
B = 51.68%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C009D7 (or 0xC009D7) is known color: Deep Magenta. HEX triplet: C0, 09 and D7. RGB value is (192,9,215). Sum of RGB (Red+Green+Blue) = 192+9+215=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #C009D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009D7 is #3FF628. Grayscale: #565656. Windows color (decimal): -4191785 or 14092736. OLE color: 14092736.

HSL color Cylindrical-coordinate representation of color #C009D7: hue angle of 293.3º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009D7 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 9 215 -
CMYK 0.11 0.96 0 0.16
HSL 293.3º 0.92% 0.44% -
HSV(B) 293.3º 0.96% 0.84% -
XYZ 34.1 16.31 65.64 -
YUV 87.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 192 9 215 0.11 0.96 0 0.16 293.3 0.92 0.44
Hex C0 9 D7 B 60 0 10 125 5C 2C
Octal 300 11 327 13 140 0 20 445 134 54
Binary 11000000 1001 11010111 1011 1100000 0 10000 100100101 1011100 101100

Color Harmonies of #C009D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009D7

Black with #C009D7

Text Example


Text Example

White with #C009D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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