Html Css Color HEX #C72FBA Fuchsia

📋 copy color: '#C72FBA'

red 199 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #C72FBA

Tints of Fuchsia #C72FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

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

R = 46.06%
G = 10.88%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C72FBA (or 0xC72FBA) is known color: Fuchsia. HEX triplet: C7, 2F and BA. RGB value is (199,47,186). Sum of RGB (Red+Green+Blue) = 199+47+186=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C72FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FBA is #38D045. Grayscale: #6B6B6B. Windows color (decimal): -3723334 or 12201927. OLE color: 12201927.

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

Color convert

RGB 199 47 186 -
CMYK 0 0.76 0.07 0.22
HSL 305.13º 0.62% 0.48% -
HSV(B) 305.13º 0.76% 0.78% -
XYZ 33.43 17.72 48.11 -
YUV 108.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 199 47 186 0 0.76 0.07 0.22 305.13 0.62 0.48
Hex C7 2F BA 0 4C 7 16 131 3E 30
Octal 307 57 272 0 114 7 26 461 76 60
Binary 11000111 101111 10111010 0 1001100 111 10110 100110001 111110 110000

Color Harmonies of #C72FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FBA

Black with #C72FBA

Text Example


Text Example

White with #C72FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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