Html Css Color HEX #C054C0 Fuchsia

📋 copy color: '#C054C0'

red 192 ◦ green 84 ◦ blue 192

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

Shades of Fuchsia #C054C0

Tints of Fuchsia #C054C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 41.03%
G = 17.95%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C054C0 (or 0xC054C0) is known color: Fuchsia. HEX triplet: C0, 54 and C0. RGB value is (192,84,192). Sum of RGB (Red+Green+Blue) = 192+84+192=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C054C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054C0 is #3FAB3F. Grayscale: #808080. Windows color (decimal): -4172608 or 12604608. OLE color: 12604608.

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

Color convert

RGB 192 84 192 -
CMYK 0 0.56 0 0.25
HSL 300º 0.46% 0.54% -
HSV(B) 300º 0.56% 0.75% -
XYZ 34.42 21.35 52.18 -
YUV 128.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 192 84 192 0 0.56 0 0.25 300 0.46 0.54
Hex C0 54 C0 0 38 0 19 12C 2E 36
Octal 300 124 300 0 70 0 31 454 56 66
Binary 11000000 1010100 11000000 0 111000 0 11001 100101100 101110 110110

Color Harmonies of #C054C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054C0

Black with #C054C0

Text Example


Text Example

White with #C054C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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