Html Css Color HEX #C72BBA Fuchsia

📋 copy color: '#C72BBA'

red 199 ◦ green 43 ◦ blue 186

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

Shades of Fuchsia #C72BBA

Tints of Fuchsia #C72BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.05%

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

R = 46.5%
G = 10.05%
B = 43.46%

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

#C72BBA (or 0xC72BBA) is known color: Fuchsia. HEX triplet: C7, 2B and BA. RGB value is (199,43,186). Sum of RGB (Red+Green+Blue) = 199+43+186=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BBA is #38D445. Grayscale: #696969. Windows color (decimal): -3724358 or 12200903. OLE color: 12200903.

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

Color convert

RGB 199 43 186 -
CMYK 0 0.78 0.07 0.22
HSL 305º 0.64% 0.47% -
HSV(B) 305º 0.78% 0.78% -
XYZ 33.28 17.42 48.06 -
YUV 105.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 199 43 186 0 0.78 0.07 0.22 305 0.64 0.47
Hex C7 2B BA 0 4E 7 16 131 40 2F
Octal 307 53 272 0 116 7 26 461 100 57
Binary 11000111 101011 10111010 0 1001110 111 10110 100110001 1000000 101111

Color Harmonies of #C72BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BBA

Black with #C72BBA

Text Example


Text Example

White with #C72BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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