Html Css Color HEX #C114CD Deep Magenta

📋 copy color: '#C114CD'

red 193 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C114CD

Tints of Deep Magenta #C114CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 46.17%
G = 4.78%
B = 49.04%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C114CD (or 0xC114CD) is known color: Deep Magenta. HEX triplet: C1, 14 and CD. RGB value is (193,20,205). Sum of RGB (Red+Green+Blue) = 193+20+205=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C114CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114CD is #3EEB32. Grayscale: #5C5C5C. Windows color (decimal): -4123443 or 13440193. OLE color: 13440193.

HSL color Cylindrical-coordinate representation of color #C114CD: hue angle of 296.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C114CD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 20 205 -
CMYK 0.06 0.90 0 0.20
HSL 296.11º 0.82% 0.44% -
HSV(B) 296.11º 0.9% 0.8% -
XYZ 33.26 16.25 59.14 -
YUV 92.82 191.31 199.46 -
System Red Green Blue C M Y K H S L
Decimal 193 20 205 0.06 0.90 0 0.20 296.11 0.82 0.44
Hex C1 14 CD 6 5A 0 14 128 52 2C
Octal 301 24 315 6 132 0 24 450 122 54
Binary 11000001 10100 11001101 110 1011010 0 10100 100101000 1010010 101100

Color Harmonies of #C114CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114CD

Black with #C114CD

Text Example


Text Example

White with #C114CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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