Html Css Color HEX #C051C1 Fuchsia

📋 copy color: '#C051C1'

red 192 ◦ green 81 ◦ blue 193

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

Shades of Fuchsia #C051C1

Tints of Fuchsia #C051C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 41.2%
G = 17.38%
B = 41.42%

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

#C051C1 (or 0xC051C1) is known color: Fuchsia. HEX triplet: C0, 51 and C1. RGB value is (192,81,193). Sum of RGB (Red+Green+Blue) = 192+81+193=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #C051C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051C1 is #3FAE3E. Grayscale: #7E7E7E. Windows color (decimal): -4173375 or 12669376. OLE color: 12669376.

HSL color Cylindrical-coordinate representation of color #C051C1: hue angle of 299.46º degrees, saturation: 0.47, 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 #C051C1 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 81 193 -
CMYK 0.01 0.58 0 0.24
HSL 299.46º 0.47% 0.54% -
HSV(B) 299.46º 0.58% 0.76% -
XYZ 34.31 20.94 52.69 -
YUV 126.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 192 81 193 0.01 0.58 0 0.24 299.46 0.47 0.54
Hex C0 51 C1 1 3A 0 18 12B 2F 36
Octal 300 121 301 1 72 0 30 453 57 66
Binary 11000000 1010001 11000001 1 111010 0 11000 100101011 101111 110110

Color Harmonies of #C051C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051C1

Black with #C051C1

Text Example


Text Example

White with #C051C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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