Html Css Color HEX #C001C5 Deep Magenta

📋 copy color: '#C001C5'

red 192 ◦ green 1 ◦ blue 197

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

Shades of Deep Magenta #C001C5

Tints of Deep Magenta #C001C5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 197 (77.34% from 255) = 50.51%

R = 49.23%
G = 0.26%
B = 50.51%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C001C5 (or 0xC001C5) is known color: Deep Magenta. HEX triplet: C0, 01 and C5. RGB value is (192,1,197). Sum of RGB (Red+Green+Blue) = 192+1+197=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #C001C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001C5 is #3FFE3A. Grayscale: #4F4F4F. Windows color (decimal): -4193851 or 12911040. OLE color: 12911040.

HSL color Cylindrical-coordinate representation of color #C001C5: hue angle of 298.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001C5 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 1 197 -
CMYK 0.03 0.99 0 0.23
HSL 298.47º 0.99% 0.39% -
HSV(B) 298.47º 0.99% 0.77% -
XYZ 31.83 15.26 54.09 -
YUV 80.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 192 1 197 0.03 0.99 0 0.23 298.47 0.99 0.39
Hex C0 1 C5 3 63 0 17 12A 63 27
Octal 300 1 305 3 143 0 27 452 143 47
Binary 11000000 1 11000101 11 1100011 0 10111 100101010 1100011 100111

Color Harmonies of #C001C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001C5

Black with #C001C5

Text Example


Text Example

White with #C001C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001C5; }

 p { color: rgb(192,1,197); }

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

background-color css

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

 a { background-color: rgb(192,1,197); }

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

border-color css

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

 span { border-color: rgb(192,1,197); }

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