Html Css Color HEX #C114CF Deep Magenta

📋 copy color: '#C114CF'

red 193 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #C114CF

Tints of Deep Magenta #C114CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 45.95%
G = 4.76%
B = 49.29%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C114CF (or 0xC114CF) is known color: Deep Magenta. HEX triplet: C1, 14 and CF. RGB value is (193,20,207). Sum of RGB (Red+Green+Blue) = 193+20+207=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #C114CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114CF is #3EEB30. Grayscale: #5C5C5C. Windows color (decimal): -4123441 or 13571265. OLE color: 13571265.

HSL color Cylindrical-coordinate representation of color #C114CF: hue angle of 295.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C114CF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 20 207 -
CMYK 0.07 0.90 0 0.19
HSL 295.51º 0.82% 0.45% -
HSV(B) 295.51º 0.9% 0.81% -
XYZ 33.5 16.34 60.42 -
YUV 93.05 192.31 199.29 -
System Red Green Blue C M Y K H S L
Decimal 193 20 207 0.07 0.90 0 0.19 295.51 0.82 0.45
Hex C1 14 CF 7 5A 0 13 128 52 2D
Octal 301 24 317 7 132 0 23 450 122 55
Binary 11000001 10100 11001111 111 1011010 0 10011 100101000 1010010 101101

Color Harmonies of #C114CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114CF

Black with #C114CF

Text Example


Text Example

White with #C114CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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