Html Css Color HEX #C00FDA Deep Magenta

📋 copy color: '#C00FDA'

red 192 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #C00FDA

Tints of Deep Magenta #C00FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.53%

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

R = 45.18%
G = 3.53%
B = 51.29%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C00FDA (or 0xC00FDA) is known color: Deep Magenta. HEX triplet: C0, 0F and DA. RGB value is (192,15,218). Sum of RGB (Red+Green+Blue) = 192+15+218=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #C00FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FDA is #3FF025. Grayscale: #5A5A5A. Windows color (decimal): -4190246 or 14290880. OLE color: 14290880.

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

Color convert

RGB 192 15 218 -
CMYK 0.12 0.93 0 0.15
HSL 292.32º 0.87% 0.46% -
HSV(B) 292.32º 0.93% 0.85% -
XYZ 34.56 16.61 67.71 -
YUV 91.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 192 15 218 0.12 0.93 0 0.15 292.32 0.87 0.46
Hex C0 F DA C 5D 0 F 124 57 2E
Octal 300 17 332 14 135 0 17 444 127 56
Binary 11000000 1111 11011010 1100 1011101 0 1111 100100100 1010111 101110

Color Harmonies of #C00FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FDA

Black with #C00FDA

Text Example


Text Example

White with #C00FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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