Html Css Color HEX #C72FBC Fuchsia

📋 copy color: '#C72FBC'

red 199 ◦ green 47 ◦ blue 188

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

Shades of Fuchsia #C72FBC

Tints of Fuchsia #C72FBC

RGB

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

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

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

R = 45.85%
G = 10.83%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C72FBC (or 0xC72FBC) is known color: Fuchsia. HEX triplet: C7, 2F and BC. RGB value is (199,47,188). Sum of RGB (Red+Green+Blue) = 199+47+188=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C72FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72FBC is #38D043. Grayscale: #6C6C6C. Windows color (decimal): -3723332 or 12332999. OLE color: 12332999.

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

Color convert

RGB 199 47 188 -
CMYK 0 0.76 0.06 0.22
HSL 304.34º 0.62% 0.48% -
HSV(B) 304.34º 0.76% 0.78% -
XYZ 33.65 17.81 49.24 -
YUV 108.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 199 47 188 0 0.76 0.06 0.22 304.34 0.62 0.48
Hex C7 2F BC 0 4C 6 16 130 3E 30
Octal 307 57 274 0 114 6 26 460 76 60
Binary 11000111 101111 10111100 0 1001100 110 10110 100110000 111110 110000

Color Harmonies of #C72FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FBC

Black with #C72FBC

Text Example


Text Example

White with #C72FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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