Html Css Color HEX #C054C3 Fuchsia

📋 copy color: '#C054C3'

red 192 ◦ green 84 ◦ blue 195

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

Shades of Fuchsia #C054C3

Tints of Fuchsia #C054C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 40.76%
G = 17.83%
B = 41.4%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C054C3 (or 0xC054C3) is known color: Fuchsia. HEX triplet: C0, 54 and C3. RGB value is (192,84,195). Sum of RGB (Red+Green+Blue) = 192+84+195=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #C054C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054C3 is #3FAB3C. Grayscale: #808080. Windows color (decimal): -4172605 or 12801216. OLE color: 12801216.

HSL color Cylindrical-coordinate representation of color #C054C3: hue angle of 298.38º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C054C3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 84 195 -
CMYK 0.02 0.57 0 0.24
HSL 298.38º 0.48% 0.55% -
HSV(B) 298.38º 0.57% 0.76% -
XYZ 34.76 21.49 53.95 -
YUV 128.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 192 84 195 0.02 0.57 0 0.24 298.38 0.48 0.55
Hex C0 54 C3 2 39 0 18 12A 30 37
Octal 300 124 303 2 71 0 30 452 60 67
Binary 11000000 1010100 11000011 10 111001 0 11000 100101010 110000 110111

Color Harmonies of #C054C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054C3

Black with #C054C3

Text Example


Text Example

White with #C054C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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