Html Css Color HEX #C051B4 Fuchsia

📋 copy color: '#C051B4'

red 192 ◦ green 81 ◦ blue 180

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

Shades of Fuchsia #C051B4

Tints of Fuchsia #C051B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 42.38%
G = 17.88%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C051B4 (or 0xC051B4) is known color: Fuchsia. HEX triplet: C0, 51 and B4. RGB value is (192,81,180). Sum of RGB (Red+Green+Blue) = 192+81+180=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B4 is #3FAE4B. Grayscale: #7D7D7D. Windows color (decimal): -4173388 or 11817408. OLE color: 11817408.

HSL color Cylindrical-coordinate representation of color #C051B4: hue angle of 306.49º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051B4 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 180 -
CMYK 0 0.58 0.06 0.25
HSL 306.49º 0.47% 0.54% -
HSV(B) 306.49º 0.58% 0.75% -
XYZ 32.92 20.39 45.38 -
YUV 125.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 192 81 180 0 0.58 0.06 0.25 306.49 0.47 0.54
Hex C0 51 B4 0 3A 6 19 132 2F 36
Octal 300 121 264 0 72 6 31 462 57 66
Binary 11000000 1010001 10110100 0 111010 110 11001 100110010 101111 110110

Color Harmonies of #C051B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051B4

Black with #C051B4

Text Example


Text Example

White with #C051B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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