Html Css Color HEX #C852AF Fuchsia

📋 copy color: '#C852AF'

red 200 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #C852AF

Tints of Fuchsia #C852AF

RGB

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

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

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

R = 43.76%
G = 17.94%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C852AF (or 0xC852AF) is known color: Fuchsia. HEX triplet: C8, 52 and AF. RGB value is (200,82,175). Sum of RGB (Red+Green+Blue) = 200+82+175=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C852AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852AF is #37AD50. Grayscale: #7F7F7F. Windows color (decimal): -3648849 or 11489992. OLE color: 11489992.

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

Color convert

RGB 200 82 175 -
CMYK 0 0.59 0.12 0.22
HSL 312.71º 0.52% 0.55% -
HSV(B) 312.71º 0.59% 0.78% -
XYZ 34.57 21.41 42.87 -
YUV 127.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 200 82 175 0 0.59 0.12 0.22 312.71 0.52 0.55
Hex C8 52 AF 0 3B C 16 139 34 37
Octal 310 122 257 0 73 14 26 471 64 67
Binary 11001000 1010010 10101111 0 111011 1100 10110 100111001 110100 110111

Color Harmonies of #C852AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852AF

Black with #C852AF

Text Example


Text Example

White with #C852AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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