Html Css Color HEX #C714BA Deep Magenta

📋 copy color: '#C714BA'

red 199 ◦ green 20 ◦ blue 186

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

Shades of Deep Magenta #C714BA

Tints of Deep Magenta #C714BA

RGB

 RED value IS 199 (78.13% from 255) = 49.14%

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 49.14%
G = 4.94%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C714BA (or 0xC714BA) is known color: Deep Magenta. HEX triplet: C7, 14 and BA. RGB value is (199,20,186). Sum of RGB (Red+Green+Blue) = 199+20+186=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C714BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714BA is #38EB45. Grayscale: #5B5B5B. Windows color (decimal): -3730246 or 12195015. OLE color: 12195015.

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

Color convert

RGB 199 20 186 -
CMYK 0 0.90 0.07 0.22
HSL 304.36º 0.82% 0.43% -
HSV(B) 304.36º 0.9% 0.78% -
XYZ 32.67 16.19 47.86 -
YUV 92.45 180.8 204 -
System Red Green Blue C M Y K H S L
Decimal 199 20 186 0 0.90 0.07 0.22 304.36 0.82 0.43
Hex C7 14 BA 0 5A 7 16 130 52 2B
Octal 307 24 272 0 132 7 26 460 122 53
Binary 11000111 10100 10111010 0 1011010 111 10110 100110000 1010010 101011

Color Harmonies of #C714BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714BA

Black with #C714BA

Text Example


Text Example

White with #C714BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714BA; }

 p { color: rgb(199,20,186); }

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

background-color css

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

 a { background-color: rgb(199,20,186); }

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

border-color css

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

 span { border-color: rgb(199,20,186); }

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