Html Css Color HEX #C009DA Deep Magenta

📋 copy color: '#C009DA'

red 192 ◦ green 9 ◦ blue 218

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

Shades of Deep Magenta #C009DA

Tints of Deep Magenta #C009DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 45.82%
G = 2.15%
B = 52.03%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C009DA (or 0xC009DA) is known color: Deep Magenta. HEX triplet: C0, 09 and DA. RGB value is (192,9,218). Sum of RGB (Red+Green+Blue) = 192+9+218=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #C009DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009DA is #3FF625. Grayscale: #565656. Windows color (decimal): -4191782 or 14289344. OLE color: 14289344.

HSL color Cylindrical-coordinate representation of color #C009DA: hue angle of 292.54º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009DA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 9 218 -
CMYK 0.12 0.96 0 0.15
HSL 292.54º 0.92% 0.45% -
HSV(B) 292.54º 0.96% 0.85% -
XYZ 34.49 16.46 67.69 -
YUV 87.54 201.63 202.51 -
System Red Green Blue C M Y K H S L
Decimal 192 9 218 0.12 0.96 0 0.15 292.54 0.92 0.45
Hex C0 9 DA C 60 0 F 125 5C 2D
Octal 300 11 332 14 140 0 17 445 134 55
Binary 11000000 1001 11011010 1100 1100000 0 1111 100100101 1011100 101101

Color Harmonies of #C009DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009DA

Black with #C009DA

Text Example


Text Example

White with #C009DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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