Html Css Color HEX #C852AC Fuchsia

📋 copy color: '#C852AC'

red 200 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #C852AC

Tints of Fuchsia #C852AC

RGB

 RED value IS 200 (78.52% from 255) = 44.05%

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 44.05%
G = 18.06%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C852AC (or 0xC852AC) is known color: Fuchsia. HEX triplet: C8, 52 and AC. RGB value is (200,82,172). Sum of RGB (Red+Green+Blue) = 200+82+172=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C852AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852AC is #37AD53. Grayscale: #7F7F7F. Windows color (decimal): -3648852 or 11293384. OLE color: 11293384.

HSL color Cylindrical-coordinate representation of color #C852AC: hue angle of 314.24º degrees, saturation: 0.52, 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 #C852AC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 172 -
CMYK 0 0.59 0.14 0.22
HSL 314.24º 0.52% 0.55% -
HSV(B) 314.24º 0.59% 0.78% -
XYZ 34.28 21.29 41.33 -
YUV 127.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 200 82 172 0 0.59 0.14 0.22 314.24 0.52 0.55
Hex C8 52 AC 0 3B E 16 13A 34 37
Octal 310 122 254 0 73 16 26 472 64 67
Binary 11001000 1010010 10101100 0 111011 1110 10110 100111010 110100 110111

Color Harmonies of #C852AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852AC

Black with #C852AC

Text Example


Text Example

White with #C852AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852AC; }

 p { color: rgb(200,82,172); }

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

background-color css

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

 a { background-color: rgb(200,82,172); }

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

border-color css

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

 span { border-color: rgb(200,82,172); }

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