Html Css Color HEX #C052AF Fuchsia

📋 copy color: '#C052AF'

red 192 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #C052AF

Tints of Fuchsia #C052AF

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

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

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

R = 42.76%
G = 18.26%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C052AF (or 0xC052AF) is known color: Fuchsia. HEX triplet: C0, 52 and AF. RGB value is (192,82,175). Sum of RGB (Red+Green+Blue) = 192+82+175=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C052AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052AF is #3FAD50. Grayscale: #7D7D7D. Windows color (decimal): -4173137 or 11489984. OLE color: 11489984.

HSL color Cylindrical-coordinate representation of color #C052AF: hue angle of 309.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C052AF is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 175 -
CMYK 0 0.57 0.09 0.25
HSL 309.27º 0.47% 0.54% -
HSV(B) 309.27º 0.57% 0.75% -
XYZ 32.49 20.34 42.77 -
YUV 125.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 192 82 175 0 0.57 0.09 0.25 309.27 0.47 0.54
Hex C0 52 AF 0 39 9 19 135 2F 36
Octal 300 122 257 0 71 11 31 465 57 66
Binary 11000000 1010010 10101111 0 111001 1001 11001 100110101 101111 110110

Color Harmonies of #C052AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052AF

Black with #C052AF

Text Example


Text Example

White with #C052AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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