Html Css Color HEX #C120C4 Deep Magenta

📋 copy color: '#C120C4'

red 193 ◦ green 32 ◦ blue 196

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

Shades of Deep Magenta #C120C4

Tints of Deep Magenta #C120C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 45.84%
G = 7.6%
B = 46.56%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C120C4 (or 0xC120C4) is known color: Deep Magenta. HEX triplet: C1, 20 and C4. RGB value is (193,32,196). Sum of RGB (Red+Green+Blue) = 193+32+196=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #C120C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120C4 is #3EDF3B. Grayscale: #626262. Windows color (decimal): -4120380 or 12853441. OLE color: 12853441.

HSL color Cylindrical-coordinate representation of color #C120C4: hue angle of 298.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C120C4 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 32 196 -
CMYK 0.02 0.84 0 0.23
HSL 298.9º 0.72% 0.45% -
HSV(B) 298.9º 0.84% 0.77% -
XYZ 32.47 16.36 53.67 -
YUV 98.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 193 32 196 0.02 0.84 0 0.23 298.9 0.72 0.45
Hex C1 20 C4 2 54 0 17 12B 48 2D
Octal 301 40 304 2 124 0 27 453 110 55
Binary 11000001 100000 11000100 10 1010100 0 10111 100101011 1001000 101101

Color Harmonies of #C120C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120C4

Black with #C120C4

Text Example


Text Example

White with #C120C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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