Html Css Color HEX #C120CF Deep Magenta

📋 copy color: '#C120CF'

red 193 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #C120CF

Tints of Deep Magenta #C120CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 44.68%
G = 7.41%
B = 47.92%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C120CF (or 0xC120CF) is known color: Deep Magenta. HEX triplet: C1, 20 and CF. RGB value is (193,32,207). Sum of RGB (Red+Green+Blue) = 193+32+207=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #C120CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120CF is #3EDF30. Grayscale: #636363. Windows color (decimal): -4120369 or 13574337. OLE color: 13574337.

HSL color Cylindrical-coordinate representation of color #C120CF: hue angle of 295.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C120CF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 32 207 -
CMYK 0.07 0.85 0 0.19
HSL 295.2º 0.73% 0.47% -
HSV(B) 295.2º 0.85% 0.81% -
XYZ 33.77 16.88 60.51 -
YUV 100.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 193 32 207 0.07 0.85 0 0.19 295.2 0.73 0.47
Hex C1 20 CF 7 55 0 13 127 49 2F
Octal 301 40 317 7 125 0 23 447 111 57
Binary 11000001 100000 11001111 111 1010101 0 10011 100100111 1001001 101111

Color Harmonies of #C120CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120CF

Black with #C120CF

Text Example


Text Example

White with #C120CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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