Html Css Color HEX #C72DAE Fuchsia

📋 copy color: '#C72DAE'

red 199 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #C72DAE

Tints of Fuchsia #C72DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.77%

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

R = 47.61%
G = 10.77%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C72DAE (or 0xC72DAE) is known color: Fuchsia. HEX triplet: C7, 2D and AE. RGB value is (199,45,174). Sum of RGB (Red+Green+Blue) = 199+45+174=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C72DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72DAE is #38D251. Grayscale: #696969. Windows color (decimal): -3723858 or 11414983. OLE color: 11414983.

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

Color convert

RGB 199 45 174 -
CMYK 0 0.77 0.13 0.22
HSL 309.74º 0.63% 0.48% -
HSV(B) 309.74º 0.77% 0.78% -
XYZ 32.13 17.07 41.65 -
YUV 105.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 199 45 174 0 0.77 0.13 0.22 309.74 0.63 0.48
Hex C7 2D AE 0 4D D 16 136 3F 30
Octal 307 55 256 0 115 15 26 466 77 60
Binary 11000111 101101 10101110 0 1001101 1101 10110 100110110 111111 110000

Color Harmonies of #C72DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DAE

Black with #C72DAE

Text Example


Text Example

White with #C72DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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