Html Css Color HEX #C72EBC Fuchsia

📋 copy color: '#C72EBC'

red 199 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #C72EBC

Tints of Fuchsia #C72EBC

RGB

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

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

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

R = 45.96%
G = 10.62%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C72EBC (or 0xC72EBC) is known color: Fuchsia. HEX triplet: C7, 2E and BC. RGB value is (199,46,188). Sum of RGB (Red+Green+Blue) = 199+46+188=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EBC is #38D143. Grayscale: #6B6B6B. Windows color (decimal): -3723588 or 12332743. OLE color: 12332743.

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

Color convert

RGB 199 46 188 -
CMYK 0 0.77 0.06 0.22
HSL 304.31º 0.62% 0.48% -
HSV(B) 304.31º 0.77% 0.78% -
XYZ 33.61 17.73 49.23 -
YUV 107.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 199 46 188 0 0.77 0.06 0.22 304.31 0.62 0.48
Hex C7 2E BC 0 4D 6 16 130 3E 30
Octal 307 56 274 0 115 6 26 460 76 60
Binary 11000111 101110 10111100 0 1001101 110 10110 100110000 111110 110000

Color Harmonies of #C72EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EBC

Black with #C72EBC

Text Example


Text Example

White with #C72EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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