Html Css Color HEX #C051BD Fuchsia

📋 copy color: '#C051BD'

red 192 ◦ green 81 ◦ blue 189

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

Shades of Fuchsia #C051BD

Tints of Fuchsia #C051BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 41.56%
G = 17.53%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C051BD (or 0xC051BD) is known color: Fuchsia. HEX triplet: C0, 51 and BD. RGB value is (192,81,189). Sum of RGB (Red+Green+Blue) = 192+81+189=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C051BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051BD is #3FAE42. Grayscale: #7E7E7E. Windows color (decimal): -4173379 or 12407232. OLE color: 12407232.

HSL color Cylindrical-coordinate representation of color #C051BD: hue angle of 301.62º 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 #C051BD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 189 -
CMYK 0 0.58 0.02 0.25
HSL 301.62º 0.47% 0.54% -
HSV(B) 301.62º 0.58% 0.75% -
XYZ 33.87 20.77 50.37 -
YUV 126.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 192 81 189 0 0.58 0.02 0.25 301.62 0.47 0.54
Hex C0 51 BD 0 3A 2 19 12E 2F 36
Octal 300 121 275 0 72 2 31 456 57 66
Binary 11000000 1010001 10111101 0 111010 10 11001 100101110 101111 110110

Color Harmonies of #C051BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051BD

Black with #C051BD

Text Example


Text Example

White with #C051BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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