Html Css Color HEX #C114D7 Deep Magenta

📋 copy color: '#C114D7'

red 193 ◦ green 20 ◦ blue 215

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

Shades of Deep Magenta #C114D7

Tints of Deep Magenta #C114D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 45.09%
G = 4.67%
B = 50.23%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C114D7 (or 0xC114D7) is known color: Deep Magenta. HEX triplet: C1, 14 and D7. RGB value is (193,20,215). Sum of RGB (Red+Green+Blue) = 193+20+215=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #C114D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114D7 is #3EEB28. Grayscale: #5D5D5D. Windows color (decimal): -4123433 or 14095553. OLE color: 14095553.

HSL color Cylindrical-coordinate representation of color #C114D7: hue angle of 293.23º 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 #C114D7 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 20 215 -
CMYK 0.10 0.91 0 0.16
HSL 293.23º 0.83% 0.46% -
HSV(B) 293.23º 0.91% 0.84% -
XYZ 34.51 16.74 65.7 -
YUV 93.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 193 20 215 0.10 0.91 0 0.16 293.23 0.83 0.46
Hex C1 14 D7 A 5B 0 10 125 53 2E
Octal 301 24 327 12 133 0 20 445 123 56
Binary 11000001 10100 11010111 1010 1011011 0 10000 100100101 1010011 101110

Color Harmonies of #C114D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114D7

Black with #C114D7

Text Example


Text Example

White with #C114D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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