Html Css Color HEX #C546CA Fuchsia

📋 copy color: '#C546CA'

red 197 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #C546CA

Tints of Fuchsia #C546CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.93%

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

R = 42%
G = 14.93%
B = 43.07%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C546CA (or 0xC546CA) is known color: Fuchsia. HEX triplet: C5, 46 and CA. RGB value is (197,70,202). Sum of RGB (Red+Green+Blue) = 197+70+202=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C546CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546CA is #3AB935. Grayscale: #7A7A7A. Windows color (decimal): -3848502 or 13256389. OLE color: 13256389.

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

Color convert

RGB 197 70 202 -
CMYK 0.02 0.65 0 0.21
HSL 297.73º 0.55% 0.53% -
HSV(B) 297.73º 0.65% 0.79% -
XYZ 35.88 20.51 57.95 -
YUV 123.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 197 70 202 0.02 0.65 0 0.21 297.73 0.55 0.53
Hex C5 46 CA 2 41 0 15 12A 37 35
Octal 305 106 312 2 101 0 25 452 67 65
Binary 11000101 1000110 11001010 10 1000001 0 10101 100101010 110111 110101

Color Harmonies of #C546CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546CA

Black with #C546CA

Text Example


Text Example

White with #C546CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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