Html Css Color HEX #C54BBA Fuchsia

📋 copy color: '#C54BBA'

red 197 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #C54BBA

Tints of Fuchsia #C54BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 43.01%
G = 16.38%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C54BBA (or 0xC54BBA) is known color: Fuchsia. HEX triplet: C5, 4B and BA. RGB value is (197,75,186). Sum of RGB (Red+Green+Blue) = 197+75+186=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BBA is #3AB445. Grayscale: #7B7B7B. Windows color (decimal): -3847238 or 12209093. OLE color: 12209093.

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

Color convert

RGB 197 75 186 -
CMYK 0 0.62 0.06 0.23
HSL 305.41º 0.51% 0.53% -
HSV(B) 305.41º 0.62% 0.77% -
XYZ 34.4 20.45 48.59 -
YUV 124.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 197 75 186 0 0.62 0.06 0.23 305.41 0.51 0.53
Hex C5 4B BA 0 3E 6 17 131 33 35
Octal 305 113 272 0 76 6 27 461 63 65
Binary 11000101 1001011 10111010 0 111110 110 10111 100110001 110011 110101

Color Harmonies of #C54BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BBA

Black with #C54BBA

Text Example


Text Example

White with #C54BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BBA; }

 p { color: rgb(197,75,186); }

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

background-color css

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

 a { background-color: rgb(197,75,186); }

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

border-color css

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

 span { border-color: rgb(197,75,186); }

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