Html Css Color HEX #C544CA Fuchsia

📋 copy color: '#C544CA'

red 197 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #C544CA

Tints of Fuchsia #C544CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.56%

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

R = 42.18%
G = 14.56%
B = 43.25%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C544CA (or 0xC544CA) is known color: Fuchsia. HEX triplet: C5, 44 and CA. RGB value is (197,68,202). Sum of RGB (Red+Green+Blue) = 197+68+202=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C544CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544CA is #3ABB35. Grayscale: #797979. Windows color (decimal): -3849014 or 13255877. OLE color: 13255877.

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

Color convert

RGB 197 68 202 -
CMYK 0.02 0.66 0 0.21
HSL 297.76º 0.56% 0.53% -
HSV(B) 297.76º 0.66% 0.79% -
XYZ 35.75 20.27 57.9 -
YUV 121.85 173.24 181.6 -
System Red Green Blue C M Y K H S L
Decimal 197 68 202 0.02 0.66 0 0.21 297.76 0.56 0.53
Hex C5 44 CA 2 42 0 15 12A 38 35
Octal 305 104 312 2 102 0 25 452 70 65
Binary 11000101 1000100 11001010 10 1000010 0 10101 100101010 111000 110101

Color Harmonies of #C544CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544CA

Black with #C544CA

Text Example


Text Example

White with #C544CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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