Html Css Color HEX #C541CD Fuchsia

📋 copy color: '#C541CD'

red 197 ◦ green 65 ◦ blue 205

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

Shades of Fuchsia #C541CD

Tints of Fuchsia #C541CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 42.18%
G = 13.92%
B = 43.9%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C541CD (or 0xC541CD) is known color: Fuchsia. HEX triplet: C5, 41 and CD. RGB value is (197,65,205). Sum of RGB (Red+Green+Blue) = 197+65+205=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C541CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541CD is #3ABE32. Grayscale: #777777. Windows color (decimal): -3849779 or 13451717. OLE color: 13451717.

HSL color Cylindrical-coordinate representation of color #C541CD: hue angle of 296.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C541CD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 65 205 -
CMYK 0.04 0.68 0 0.20
HSL 296.57º 0.58% 0.53% -
HSV(B) 296.57º 0.68% 0.8% -
XYZ 35.94 20.06 59.74 -
YUV 120.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 197 65 205 0.04 0.68 0 0.20 296.57 0.58 0.53
Hex C5 41 CD 4 44 0 14 129 3A 35
Octal 305 101 315 4 104 0 24 451 72 65
Binary 11000101 1000001 11001101 100 1000100 0 10100 100101001 111010 110101

Color Harmonies of #C541CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541CD

Black with #C541CD

Text Example


Text Example

White with #C541CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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