Html Css Color HEX #C052C5 Fuchsia

📋 copy color: '#C052C5'

red 192 ◦ green 82 ◦ blue 197

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

Shades of Fuchsia #C052C5

Tints of Fuchsia #C052C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 40.76%
G = 17.41%
B = 41.83%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C052C5 (or 0xC052C5) is known color: Fuchsia. HEX triplet: C0, 52 and C5. RGB value is (192,82,197). Sum of RGB (Red+Green+Blue) = 192+82+197=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #C052C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052C5 is #3FAD3A. Grayscale: #7F7F7F. Windows color (decimal): -4173115 or 12931776. OLE color: 12931776.

HSL color Cylindrical-coordinate representation of color #C052C5: hue angle of 297.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C052C5 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 82 197 -
CMYK 0.03 0.58 0 0.23
HSL 297.39º 0.5% 0.55% -
HSV(B) 297.39º 0.58% 0.77% -
XYZ 34.83 21.27 55.09 -
YUV 128 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 192 82 197 0.03 0.58 0 0.23 297.39 0.5 0.55
Hex C0 52 C5 3 3A 0 17 129 32 37
Octal 300 122 305 3 72 0 27 451 62 67
Binary 11000000 1010010 11000101 11 111010 0 10111 100101001 110010 110111

Color Harmonies of #C052C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C052C5

Black with #C052C5

Text Example


Text Example

White with #C052C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C052C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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