Html Css Color HEX #C052B1 Fuchsia

📋 copy color: '#C052B1'

red 192 ◦ green 82 ◦ blue 177

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

Shades of Fuchsia #C052B1

Tints of Fuchsia #C052B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 42.57%
G = 18.18%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C052B1 (or 0xC052B1) is known color: Fuchsia. HEX triplet: C0, 52 and B1. RGB value is (192,82,177). Sum of RGB (Red+Green+Blue) = 192+82+177=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C052B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052B1 is #3FAD4E. Grayscale: #7D7D7D. Windows color (decimal): -4173135 or 11621056. OLE color: 11621056.

HSL color Cylindrical-coordinate representation of color #C052B1: hue angle of 308.18º 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 #C052B1 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 177 -
CMYK 0 0.57 0.08 0.25
HSL 308.18º 0.47% 0.54% -
HSV(B) 308.18º 0.57% 0.75% -
XYZ 32.69 20.42 43.81 -
YUV 125.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 192 82 177 0 0.57 0.08 0.25 308.18 0.47 0.54
Hex C0 52 B1 0 39 8 19 134 2F 36
Octal 300 122 261 0 71 10 31 464 57 66
Binary 11000000 1010010 10110001 0 111001 1000 11001 100110100 101111 110110

Color Harmonies of #C052B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052B1

Black with #C052B1

Text Example


Text Example

White with #C052B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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