Html Css Color HEX #C72EC1 Fuchsia

📋 copy color: '#C72EC1'

red 199 ◦ green 46 ◦ blue 193

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

Shades of Fuchsia #C72EC1

Tints of Fuchsia #C72EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 45.43%
G = 10.5%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C72EC1 (or 0xC72EC1) is known color: Fuchsia. HEX triplet: C7, 2E and C1. RGB value is (199,46,193). Sum of RGB (Red+Green+Blue) = 199+46+193=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EC1 is #38D13E. Grayscale: #6C6C6C. Windows color (decimal): -3723583 or 12660423. OLE color: 12660423.

HSL color Cylindrical-coordinate representation of color #C72EC1: hue angle of 302.35º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72EC1 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 46 193 -
CMYK 0 0.77 0.03 0.22
HSL 302.35º 0.62% 0.48% -
HSV(B) 302.35º 0.77% 0.78% -
XYZ 34.16 17.95 52.12 -
YUV 108.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 199 46 193 0 0.77 0.03 0.22 302.35 0.62 0.48
Hex C7 2E C1 0 4D 3 16 12E 3E 30
Octal 307 56 301 0 115 3 26 456 76 60
Binary 11000111 101110 11000001 0 1001101 11 10110 100101110 111110 110000

Color Harmonies of #C72EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EC1

Black with #C72EC1

Text Example


Text Example

White with #C72EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EC1; }

 p { color: rgb(199,46,193); }

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

background-color css

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

 a { background-color: rgb(199,46,193); }

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

border-color css

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

 span { border-color: rgb(199,46,193); }

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