Html Css Color HEX #C541CF Fuchsia

📋 copy color: '#C541CF'

red 197 ◦ green 65 ◦ blue 207

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

Shades of Fuchsia #C541CF

Tints of Fuchsia #C541CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.86%

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

R = 42%
G = 13.86%
B = 44.14%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C541CF (or 0xC541CF) is known color: Fuchsia. HEX triplet: C5, 41 and CF. RGB value is (197,65,207). Sum of RGB (Red+Green+Blue) = 197+65+207=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C541CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541CF is #3ABE30. Grayscale: #787878. Windows color (decimal): -3849777 or 13582789. OLE color: 13582789.

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

Color convert

RGB 197 65 207 -
CMYK 0.05 0.69 0 0.19
HSL 295.77º 0.6% 0.53% -
HSV(B) 295.77º 0.69% 0.81% -
XYZ 36.18 20.16 61.02 -
YUV 120.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 197 65 207 0.05 0.69 0 0.19 295.77 0.6 0.53
Hex C5 41 CF 5 45 0 13 128 3C 35
Octal 305 101 317 5 105 0 23 450 74 65
Binary 11000101 1000001 11001111 101 1000101 0 10011 100101000 111100 110101

Color Harmonies of #C541CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541CF

Black with #C541CF

Text Example


Text Example

White with #C541CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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