Html Css Color HEX #C714C3 Deep Magenta

📋 copy color: '#C714C3'

red 199 ◦ green 20 ◦ blue 195

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

Shades of Deep Magenta #C714C3

Tints of Deep Magenta #C714C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.1%

R = 48.07%
G = 4.83%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C714C3 (or 0xC714C3) is known color: Deep Magenta. HEX triplet: C7, 14 and C3. RGB value is (199,20,195). Sum of RGB (Red+Green+Blue) = 199+20+195=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C714C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714C3 is #38EB3C. Grayscale: #5C5C5C. Windows color (decimal): -3730237 or 12784839. OLE color: 12784839.

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

Color convert

RGB 199 20 195 -
CMYK 0 0.90 0.02 0.22
HSL 301.34º 0.82% 0.43% -
HSV(B) 301.34º 0.9% 0.78% -
XYZ 33.65 16.58 53.06 -
YUV 93.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 199 20 195 0 0.90 0.02 0.22 301.34 0.82 0.43
Hex C7 14 C3 0 5A 2 16 12D 52 2B
Octal 307 24 303 0 132 2 26 455 122 53
Binary 11000111 10100 11000011 0 1011010 10 10110 100101101 1010010 101011

Color Harmonies of #C714C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714C3

Black with #C714C3

Text Example


Text Example

White with #C714C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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