Html Css Color HEX #C54BCF Fuchsia

📋 copy color: '#C54BCF'

red 197 ◦ green 75 ◦ blue 207

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

Shades of Fuchsia #C54BCF

Tints of Fuchsia #C54BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 41.13%
G = 15.66%
B = 43.22%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C54BCF (or 0xC54BCF) is known color: Fuchsia. HEX triplet: C5, 4B and CF. RGB value is (197,75,207). Sum of RGB (Red+Green+Blue) = 197+75+207=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C54BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BCF is #3AB430. Grayscale: #7E7E7E. Windows color (decimal): -3847217 or 13585349. OLE color: 13585349.

HSL color Cylindrical-coordinate representation of color #C54BCF: hue angle of 295.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54BCF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 75 207 -
CMYK 0.05 0.64 0 0.19
HSL 295.45º 0.58% 0.55% -
HSV(B) 295.45º 0.64% 0.81% -
XYZ 36.8 21.41 61.22 -
YUV 126.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 197 75 207 0.05 0.64 0 0.19 295.45 0.58 0.55
Hex C5 4B CF 5 40 0 13 127 3A 37
Octal 305 113 317 5 100 0 23 447 72 67
Binary 11000101 1001011 11001111 101 1000000 0 10011 100100111 111010 110111

Color Harmonies of #C54BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BCF

Black with #C54BCF

Text Example


Text Example

White with #C54BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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