Html Css Color HEX #C120C1 Deep Magenta

📋 copy color: '#C120C1'

red 193 ◦ green 32 ◦ blue 193

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

Shades of Deep Magenta #C120C1

Tints of Deep Magenta #C120C1

RGB

 RED value IS 193 (75.78% from 255) = 46.17%

 GREEN value IS 32 (12.89% from 255) = 7.66%

 BLUE value IS 193 (75.78% from 255) = 46.17%

R = 46.17%
G = 7.66%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C120C1 (or 0xC120C1) is known color: Deep Magenta. HEX triplet: C1, 20 and C1. RGB value is (193,32,193). Sum of RGB (Red+Green+Blue) = 193+32+193=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C120C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120C1 is #3EDF3E. Grayscale: #626262. Windows color (decimal): -4120383 or 12656833. OLE color: 12656833.

HSL color Cylindrical-coordinate representation of color #C120C1: hue angle of 300º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C120C1 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 193 -
CMYK 0 0.83 0 0.24
HSL 300º 0.72% 0.44% -
HSV(B) 300º 0.83% 0.76% -
XYZ 32.13 16.22 51.89 -
YUV 98.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 193 32 193 0 0.83 0 0.24 300 0.72 0.44
Hex C1 20 C1 0 53 0 18 12C 48 2C
Octal 301 40 301 0 123 0 30 454 110 54
Binary 11000001 100000 11000001 0 1010011 0 11000 100101100 1001000 101100

Color Harmonies of #C120C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120C1

Black with #C120C1

Text Example


Text Example

White with #C120C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120C1; }

 p { color: rgb(193,32,193); }

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

background-color css

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

 a { background-color: rgb(193,32,193); }

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

border-color css

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

 span { border-color: rgb(193,32,193); }

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