Html Css Color HEX #C052A7 Fuchsia

📋 copy color: '#C052A7'

red 192 ◦ green 82 ◦ blue 167

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

Shades of Fuchsia #C052A7

Tints of Fuchsia #C052A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.87%

R = 43.54%
G = 18.59%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C052A7 (or 0xC052A7) is known color: Fuchsia. HEX triplet: C0, 52 and A7. RGB value is (192,82,167). Sum of RGB (Red+Green+Blue) = 192+82+167=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C052A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052A7 is #3FAD58. Grayscale: #7C7C7C. Windows color (decimal): -4173145 or 10965696. OLE color: 10965696.

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

Color convert

RGB 192 82 167 -
CMYK 0 0.57 0.13 0.25
HSL 313.64º 0.47% 0.54% -
HSV(B) 313.64º 0.57% 0.75% -
XYZ 31.73 20.03 38.75 -
YUV 124.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 192 82 167 0 0.57 0.13 0.25 313.64 0.47 0.54
Hex C0 52 A7 0 39 D 19 13A 2F 36
Octal 300 122 247 0 71 15 31 472 57 66
Binary 11000000 1010010 10100111 0 111001 1101 11001 100111010 101111 110110

Color Harmonies of #C052A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052A7

Black with #C052A7

Text Example


Text Example

White with #C052A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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