Html Css Color HEX #C051C5 Fuchsia

📋 copy color: '#C051C5'

red 192 ◦ green 81 ◦ blue 197

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

Shades of Fuchsia #C051C5

Tints of Fuchsia #C051C5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 40.85%
G = 17.23%
B = 41.91%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C051C5 (or 0xC051C5) is known color: Fuchsia. HEX triplet: C0, 51 and C5. RGB value is (192,81,197). Sum of RGB (Red+Green+Blue) = 192+81+197=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #C051C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051C5 is #3FAE3A. Grayscale: #7F7F7F. Windows color (decimal): -4173371 or 12931520. OLE color: 12931520.

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

Color convert

RGB 192 81 197 -
CMYK 0.03 0.59 0 0.23
HSL 297.41º 0.5% 0.55% -
HSV(B) 297.41º 0.59% 0.77% -
XYZ 34.76 21.12 55.07 -
YUV 127.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 192 81 197 0.03 0.59 0 0.23 297.41 0.5 0.55
Hex C0 51 C5 3 3B 0 17 129 32 37
Octal 300 121 305 3 73 0 27 451 62 67
Binary 11000000 1010001 11000101 11 111011 0 10111 100101001 110010 110111

Color Harmonies of #C051C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051C5

Black with #C051C5

Text Example


Text Example

White with #C051C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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