Html Css Color HEX #C541CA Fuchsia

📋 copy color: '#C541CA'

red 197 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #C541CA

Tints of Fuchsia #C541CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 42.46%
G = 14.01%
B = 43.53%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C541CA (or 0xC541CA) is known color: Fuchsia. HEX triplet: C5, 41 and CA. RGB value is (197,65,202). Sum of RGB (Red+Green+Blue) = 197+65+202=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #C541CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541CA is #3ABE35. Grayscale: #777777. Windows color (decimal): -3849782 or 13255109. OLE color: 13255109.

HSL color Cylindrical-coordinate representation of color #C541CA: hue angle of 297.81º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C541CA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 65 202 -
CMYK 0.02 0.68 0 0.21
HSL 297.81º 0.56% 0.52% -
HSV(B) 297.81º 0.68% 0.79% -
XYZ 35.58 19.92 57.85 -
YUV 120.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 197 65 202 0.02 0.68 0 0.21 297.81 0.56 0.52
Hex C5 41 CA 2 44 0 15 12A 38 34
Octal 305 101 312 2 104 0 25 452 70 64
Binary 11000101 1000001 11001010 10 1000100 0 10101 100101010 111000 110100

Color Harmonies of #C541CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541CA

Black with #C541CA

Text Example


Text Example

White with #C541CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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