Html Css Color HEX #C114DA Deep Magenta

📋 copy color: '#C114DA'

red 193 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #C114DA

Tints of Deep Magenta #C114DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 44.78%
G = 4.64%
B = 50.58%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C114DA (or 0xC114DA) is known color: Deep Magenta. HEX triplet: C1, 14 and DA. RGB value is (193,20,218). Sum of RGB (Red+Green+Blue) = 193+20+218=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C114DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114DA is #3EEB25. Grayscale: #5D5D5D. Windows color (decimal): -4123430 or 14292161. OLE color: 14292161.

HSL color Cylindrical-coordinate representation of color #C114DA: hue angle of 292.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C114DA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 20 218 -
CMYK 0.11 0.91 0 0.15
HSL 292.42º 0.83% 0.47% -
HSV(B) 292.42º 0.91% 0.85% -
XYZ 34.9 16.9 67.75 -
YUV 94.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 193 20 218 0.11 0.91 0 0.15 292.42 0.83 0.47
Hex C1 14 DA B 5B 0 F 124 53 2F
Octal 301 24 332 13 133 0 17 444 123 57
Binary 11000001 10100 11011010 1011 1011011 0 1111 100100100 1010011 101111

Color Harmonies of #C114DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114DA

Black with #C114DA

Text Example


Text Example

White with #C114DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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