Html Css Color HEX #C114C6 Deep Magenta

📋 copy color: '#C114C6'

red 193 ◦ green 20 ◦ blue 198

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

Shades of Deep Magenta #C114C6

Tints of Deep Magenta #C114C6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 46.96%
G = 4.87%
B = 48.18%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C114C6 (or 0xC114C6) is known color: Deep Magenta. HEX triplet: C1, 14 and C6. RGB value is (193,20,198). Sum of RGB (Red+Green+Blue) = 193+20+198=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #C114C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114C6 is #3EEB39. Grayscale: #5B5B5B. Windows color (decimal): -4123450 or 12981441. OLE color: 12981441.

HSL color Cylindrical-coordinate representation of color #C114C6: hue angle of 298.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C114C6 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 20 198 -
CMYK 0.03 0.90 0 0.22
HSL 298.31º 0.82% 0.43% -
HSV(B) 298.31º 0.9% 0.78% -
XYZ 32.44 15.91 54.79 -
YUV 92.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 193 20 198 0.03 0.90 0 0.22 298.31 0.82 0.43
Hex C1 14 C6 3 5A 0 16 12A 52 2B
Octal 301 24 306 3 132 0 26 452 122 53
Binary 11000001 10100 11000110 11 1011010 0 10110 100101010 1010010 101011

Color Harmonies of #C114C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114C6

Black with #C114C6

Text Example


Text Example

White with #C114C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114C6; }

 p { color: rgb(193,20,198); }

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

background-color css

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

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

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

border-color css

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

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

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