Html Css Color HEX #C54BB7 Fuchsia

📋 copy color: '#C54BB7'

red 197 ◦ green 75 ◦ blue 183

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

Shades of Fuchsia #C54BB7

Tints of Fuchsia #C54BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 43.3%
G = 16.48%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C54BB7 (or 0xC54BB7) is known color: Fuchsia. HEX triplet: C5, 4B and B7. RGB value is (197,75,183). Sum of RGB (Red+Green+Blue) = 197+75+183=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BB7 is #3AB448. Grayscale: #7B7B7B. Windows color (decimal): -3847241 or 12012485. OLE color: 12012485.

HSL color Cylindrical-coordinate representation of color #C54BB7: hue angle of 306.89º 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 #C54BB7 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 75 183 -
CMYK 0 0.62 0.07 0.23
HSL 306.89º 0.51% 0.53% -
HSV(B) 306.89º 0.62% 0.77% -
XYZ 34.09 20.32 46.93 -
YUV 123.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 197 75 183 0 0.62 0.07 0.23 306.89 0.51 0.53
Hex C5 4B B7 0 3E 7 17 133 33 35
Octal 305 113 267 0 76 7 27 463 63 65
Binary 11000101 1001011 10110111 0 111110 111 10111 100110011 110011 110101

Color Harmonies of #C54BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BB7

Black with #C54BB7

Text Example


Text Example

White with #C54BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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