Html Css Color HEX #C72CBA Fuchsia

📋 copy color: '#C72CBA'

red 199 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #C72CBA

Tints of Fuchsia #C72CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 46.39%
G = 10.26%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C72CBA (or 0xC72CBA) is known color: Fuchsia. HEX triplet: C7, 2C and BA. RGB value is (199,44,186). Sum of RGB (Red+Green+Blue) = 199+44+186=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CBA is #38D345. Grayscale: #6A6A6A. Windows color (decimal): -3724102 or 12201159. OLE color: 12201159.

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

Color convert

RGB 199 44 186 -
CMYK 0 0.78 0.07 0.22
HSL 305.03º 0.64% 0.48% -
HSV(B) 305.03º 0.78% 0.78% -
XYZ 33.32 17.49 48.07 -
YUV 106.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 199 44 186 0 0.78 0.07 0.22 305.03 0.64 0.48
Hex C7 2C BA 0 4E 7 16 131 40 30
Octal 307 54 272 0 116 7 26 461 100 60
Binary 11000111 101100 10111010 0 1001110 111 10110 100110001 1000000 110000

Color Harmonies of #C72CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CBA

Black with #C72CBA

Text Example


Text Example

White with #C72CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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