Html Css Color HEX #C714BC Deep Magenta

📋 copy color: '#C714BC'

red 199 ◦ green 20 ◦ blue 188

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

Shades of Deep Magenta #C714BC

Tints of Deep Magenta #C714BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 48.89%
G = 4.91%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C714BC (or 0xC714BC) is known color: Deep Magenta. HEX triplet: C7, 14 and BC. RGB value is (199,20,188). Sum of RGB (Red+Green+Blue) = 199+20+188=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C714BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714BC is #38EB43. Grayscale: #5C5C5C. Windows color (decimal): -3730244 or 12326087. OLE color: 12326087.

HSL color Cylindrical-coordinate representation of color #C714BC: hue angle of 303.69º 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 #C714BC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 188 -
CMYK 0 0.90 0.06 0.22
HSL 303.69º 0.82% 0.43% -
HSV(B) 303.69º 0.9% 0.78% -
XYZ 32.88 16.27 48.99 -
YUV 92.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 199 20 188 0 0.90 0.06 0.22 303.69 0.82 0.43
Hex C7 14 BC 0 5A 6 16 130 52 2B
Octal 307 24 274 0 132 6 26 460 122 53
Binary 11000111 10100 10111100 0 1011010 110 10110 100110000 1010010 101011

Color Harmonies of #C714BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714BC

Black with #C714BC

Text Example


Text Example

White with #C714BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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