Html Css Color HEX #C051C2 Fuchsia

📋 copy color: '#C051C2'

red 192 ◦ green 81 ◦ blue 194

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

Shades of Fuchsia #C051C2

Tints of Fuchsia #C051C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 41.11%
G = 17.34%
B = 41.54%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C051C2 (or 0xC051C2) is known color: Fuchsia. HEX triplet: C0, 51 and C2. RGB value is (192,81,194). Sum of RGB (Red+Green+Blue) = 192+81+194=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #C051C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051C2 is #3FAE3D. Grayscale: #7E7E7E. Windows color (decimal): -4173374 or 12734912. OLE color: 12734912.

HSL color Cylindrical-coordinate representation of color #C051C2: hue angle of 298.94º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051C2 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 81 194 -
CMYK 0.01 0.58 0 0.24
HSL 298.94º 0.48% 0.54% -
HSV(B) 298.94º 0.58% 0.76% -
XYZ 34.42 20.99 53.28 -
YUV 127.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 192 81 194 0.01 0.58 0 0.24 298.94 0.48 0.54
Hex C0 51 C2 1 3A 0 18 12B 30 36
Octal 300 121 302 1 72 0 30 453 60 66
Binary 11000000 1010001 11000010 1 111010 0 11000 100101011 110000 110110

Color Harmonies of #C051C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051C2

Black with #C051C2

Text Example


Text Example

White with #C051C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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