Html Css Color HEX #C72BAE Fuchsia

📋 copy color: '#C72BAE'

red 199 ◦ green 43 ◦ blue 174

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

Shades of Fuchsia #C72BAE

Tints of Fuchsia #C72BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 47.84%
G = 10.34%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C72BAE (or 0xC72BAE) is known color: Fuchsia. HEX triplet: C7, 2B and AE. RGB value is (199,43,174). Sum of RGB (Red+Green+Blue) = 199+43+174=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BAE is #38D451. Grayscale: #686868. Windows color (decimal): -3724370 or 11414471. OLE color: 11414471.

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

Color convert

RGB 199 43 174 -
CMYK 0 0.78 0.13 0.22
HSL 309.62º 0.64% 0.47% -
HSV(B) 309.62º 0.78% 0.78% -
XYZ 32.06 16.93 41.62 -
YUV 104.58 167.18 195.35 -
System Red Green Blue C M Y K H S L
Decimal 199 43 174 0 0.78 0.13 0.22 309.62 0.64 0.47
Hex C7 2B AE 0 4E D 16 136 40 2F
Octal 307 53 256 0 116 15 26 466 100 57
Binary 11000111 101011 10101110 0 1001110 1101 10110 100110110 1000000 101111

Color Harmonies of #C72BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BAE

Black with #C72BAE

Text Example


Text Example

White with #C72BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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