Html Css Color HEX #C54CC7 Fuchsia

📋 copy color: '#C54CC7'

red 197 ◦ green 76 ◦ blue 199

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

Shades of Fuchsia #C54CC7

Tints of Fuchsia #C54CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 41.74%
G = 16.1%
B = 42.16%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C54CC7 (or 0xC54CC7) is known color: Fuchsia. HEX triplet: C5, 4C and C7. RGB value is (197,76,199). Sum of RGB (Red+Green+Blue) = 197+76+199=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #C54CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CC7 is #3AB338. Grayscale: #7D7D7D. Windows color (decimal): -3846969 or 13061317. OLE color: 13061317.

HSL color Cylindrical-coordinate representation of color #C54CC7: hue angle of 299.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54CC7 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 76 199 -
CMYK 0.01 0.62 0 0.22
HSL 299.02º 0.52% 0.54% -
HSV(B) 299.02º 0.62% 0.78% -
XYZ 35.92 21.16 56.22 -
YUV 126.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 197 76 199 0.01 0.62 0 0.22 299.02 0.52 0.54
Hex C5 4C C7 1 3E 0 16 12B 34 36
Octal 305 114 307 1 76 0 26 453 64 66
Binary 11000101 1001100 11000111 1 111110 0 10110 100101011 110100 110110

Color Harmonies of #C54CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CC7

Black with #C54CC7

Text Example


Text Example

White with #C54CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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