Html Css Color HEX #C54CBC Fuchsia

📋 copy color: '#C54CBC'

red 197 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #C54CBC

Tints of Fuchsia #C54CBC

RGB

 RED value IS 197 (77.34% from 255) = 42.73%

 GREEN value IS 76 (30.08% from 255) = 16.49%

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 42.73%
G = 16.49%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C54CBC (or 0xC54CBC) is known color: Fuchsia. HEX triplet: C5, 4C and BC. RGB value is (197,76,188). Sum of RGB (Red+Green+Blue) = 197+76+188=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CBC is #3AB343. Grayscale: #7C7C7C. Windows color (decimal): -3846980 or 12340421. OLE color: 12340421.

HSL color Cylindrical-coordinate representation of color #C54CBC: hue angle of 304.46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54CBC is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 76 188 -
CMYK 0 0.61 0.05 0.23
HSL 304.46º 0.51% 0.54% -
HSV(B) 304.46º 0.61% 0.77% -
XYZ 34.69 20.67 49.74 -
YUV 124.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 197 76 188 0 0.61 0.05 0.23 304.46 0.51 0.54
Hex C5 4C BC 0 3D 5 17 130 33 36
Octal 305 114 274 0 75 5 27 460 63 66
Binary 11000101 1001100 10111100 0 111101 101 10111 100110000 110011 110110

Color Harmonies of #C54CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CBC

Black with #C54CBC

Text Example


Text Example

White with #C54CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CBC; }

 p { color: rgb(197,76,188); }

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

background-color css

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

 a { background-color: rgb(197,76,188); }

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

border-color css

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

 span { border-color: rgb(197,76,188); }

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