Html Css Color HEX #C112CF Deep Magenta

📋 copy color: '#C112CF'

red 193 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #C112CF

Tints of Deep Magenta #C112CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

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

R = 46.17%
G = 4.31%
B = 49.52%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C112CF (or 0xC112CF) is known color: Deep Magenta. HEX triplet: C1, 12 and CF. RGB value is (193,18,207). Sum of RGB (Red+Green+Blue) = 193+18+207=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #C112CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112CF is #3EED30. Grayscale: #5B5B5B. Windows color (decimal): -4123953 or 13570753. OLE color: 13570753.

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

Color convert

RGB 193 18 207 -
CMYK 0.07 0.91 0 0.19
HSL 295.56º 0.84% 0.44% -
HSV(B) 295.56º 0.91% 0.81% -
XYZ 33.47 16.28 60.41 -
YUV 91.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 193 18 207 0.07 0.91 0 0.19 295.56 0.84 0.44
Hex C1 12 CF 7 5B 0 13 128 54 2C
Octal 301 22 317 7 133 0 23 450 124 54
Binary 11000001 10010 11001111 111 1011011 0 10011 100101000 1010100 101100

Color Harmonies of #C112CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112CF

Black with #C112CF

Text Example


Text Example

White with #C112CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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