Html Css Color HEX #C752AA Fuchsia

📋 copy color: '#C752AA'

red 199 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #C752AA

Tints of Fuchsia #C752AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.18%

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 44.12%
G = 18.18%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C752AA (or 0xC752AA) is known color: Fuchsia. HEX triplet: C7, 52 and AA. RGB value is (199,82,170). Sum of RGB (Red+Green+Blue) = 199+82+170=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C752AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752AA is #38AD55. Grayscale: #7E7E7E. Windows color (decimal): -3714390 or 11162311. OLE color: 11162311.

HSL color Cylindrical-coordinate representation of color #C752AA: hue angle of 314.87º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752AA is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 170 -
CMYK 0 0.59 0.15 0.22
HSL 314.87º 0.51% 0.55% -
HSV(B) 314.87º 0.59% 0.78% -
XYZ 33.83 21.08 40.32 -
YUV 127.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 199 82 170 0 0.59 0.15 0.22 314.87 0.51 0.55
Hex C7 52 AA 0 3B F 16 13B 33 37
Octal 307 122 252 0 73 17 26 473 63 67
Binary 11000111 1010010 10101010 0 111011 1111 10110 100111011 110011 110111

Color Harmonies of #C752AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752AA

Black with #C752AA

Text Example


Text Example

White with #C752AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752AA; }

 p { color: rgb(199,82,170); }

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

background-color css

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

 a { background-color: rgb(199,82,170); }

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

border-color css

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

 span { border-color: rgb(199,82,170); }

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