Html Css Color HEX #C72BAF Fuchsia

📋 copy color: '#C72BAF'

red 199 ◦ green 43 ◦ blue 175

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

Shades of Fuchsia #C72BAF

Tints of Fuchsia #C72BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 47.72%
G = 10.31%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C72BAF (or 0xC72BAF) is known color: Fuchsia. HEX triplet: C7, 2B and AF. RGB value is (199,43,175). Sum of RGB (Red+Green+Blue) = 199+43+175=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BAF is #38D450. Grayscale: #686868. Windows color (decimal): -3724369 or 11480007. OLE color: 11480007.

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

Color convert

RGB 199 43 175 -
CMYK 0 0.78 0.12 0.22
HSL 309.23º 0.64% 0.47% -
HSV(B) 309.23º 0.78% 0.78% -
XYZ 32.15 16.97 42.14 -
YUV 104.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 199 43 175 0 0.78 0.12 0.22 309.23 0.64 0.47
Hex C7 2B AF 0 4E C 16 135 40 2F
Octal 307 53 257 0 116 14 26 465 100 57
Binary 11000111 101011 10101111 0 1001110 1100 10110 100110101 1000000 101111

Color Harmonies of #C72BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BAF

Black with #C72BAF

Text Example


Text Example

White with #C72BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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