Html Css Color HEX #C054B5 Fuchsia

📋 copy color: '#C054B5'

red 192 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #C054B5

Tints of Fuchsia #C054B5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 42.01%
G = 18.38%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C054B5 (or 0xC054B5) is known color: Fuchsia. HEX triplet: C0, 54 and B5. RGB value is (192,84,181). Sum of RGB (Red+Green+Blue) = 192+84+181=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C054B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054B5 is #3FAB4A. Grayscale: #7F7F7F. Windows color (decimal): -4172619 or 11883712. OLE color: 11883712.

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

Color convert

RGB 192 84 181 -
CMYK 0 0.56 0.06 0.25
HSL 306.11º 0.46% 0.54% -
HSV(B) 306.11º 0.56% 0.75% -
XYZ 33.25 20.88 45.99 -
YUV 127.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 192 84 181 0 0.56 0.06 0.25 306.11 0.46 0.54
Hex C0 54 B5 0 38 6 19 132 2E 36
Octal 300 124 265 0 70 6 31 462 56 66
Binary 11000000 1010100 10110101 0 111000 110 11001 100110010 101110 110110

Color Harmonies of #C054B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054B5

Black with #C054B5

Text Example


Text Example

White with #C054B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054B5; }

 p { color: rgb(192,84,181); }

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

background-color css

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

 a { background-color: rgb(192,84,181); }

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

border-color css

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

 span { border-color: rgb(192,84,181); }

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