Html Css Color HEX #C114D5 Deep Magenta

📋 copy color: '#C114D5'

red 193 ◦ green 20 ◦ blue 213

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

Shades of Deep Magenta #C114D5

Tints of Deep Magenta #C114D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50%

R = 45.31%
G = 4.69%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C114D5 (or 0xC114D5) is known color: Deep Magenta. HEX triplet: C1, 14 and D5. RGB value is (193,20,213). Sum of RGB (Red+Green+Blue) = 193+20+213=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #C114D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114D5 is #3EEB2A. Grayscale: #5D5D5D. Windows color (decimal): -4123435 or 13964481. OLE color: 13964481.

HSL color Cylindrical-coordinate representation of color #C114D5: hue angle of 293.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C114D5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 20 213 -
CMYK 0.09 0.91 0 0.16
HSL 293.78º 0.83% 0.46% -
HSV(B) 293.78º 0.91% 0.84% -
XYZ 34.25 16.64 64.36 -
YUV 93.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 193 20 213 0.09 0.91 0 0.16 293.78 0.83 0.46
Hex C1 14 D5 9 5B 0 10 126 53 2E
Octal 301 24 325 11 133 0 20 446 123 56
Binary 11000001 10100 11010101 1001 1011011 0 10000 100100110 1010011 101110

Color Harmonies of #C114D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114D5

Black with #C114D5

Text Example


Text Example

White with #C114D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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