Html Css Color HEX #C00FD5 Deep Magenta

📋 copy color: '#C00FD5'

red 192 ◦ green 15 ◦ blue 213

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

Shades of Deep Magenta #C00FD5

Tints of Deep Magenta #C00FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 45.71%
G = 3.57%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C00FD5 (or 0xC00FD5) is known color: Deep Magenta. HEX triplet: C0, 0F and D5. RGB value is (192,15,213). Sum of RGB (Red+Green+Blue) = 192+15+213=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #C00FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FD5 is #3FF02A. Grayscale: #595959. Windows color (decimal): -4190251 or 13963200. OLE color: 13963200.

HSL color Cylindrical-coordinate representation of color #C00FD5: hue angle of 293.64º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FD5 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 15 213 -
CMYK 0.10 0.93 0 0.16
HSL 293.64º 0.87% 0.45% -
HSV(B) 293.64º 0.93% 0.84% -
XYZ 33.92 16.35 64.32 -
YUV 90.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 192 15 213 0.10 0.93 0 0.16 293.64 0.87 0.45
Hex C0 F D5 A 5D 0 10 126 57 2D
Octal 300 17 325 12 135 0 20 446 127 55
Binary 11000000 1111 11010101 1010 1011101 0 10000 100100110 1010111 101101

Color Harmonies of #C00FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FD5

Black with #C00FD5

Text Example


Text Example

White with #C00FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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