Html Css Color HEX #C545C4 Fuchsia

📋 copy color: '#C545C4'

red 197 ◦ green 69 ◦ blue 196

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

Shades of Fuchsia #C545C4

Tints of Fuchsia #C545C4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 42.64%
G = 14.94%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C545C4 (or 0xC545C4) is known color: Fuchsia. HEX triplet: C5, 45 and C4. RGB value is (197,69,196). Sum of RGB (Red+Green+Blue) = 197+69+196=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C545C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545C4 is #3ABA3B. Grayscale: #797979. Windows color (decimal): -3848764 or 12862917. OLE color: 12862917.

HSL color Cylindrical-coordinate representation of color #C545C4: hue angle of 300.47º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C545C4 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 196 -
CMYK 0 0.65 0.01 0.23
HSL 300.47º 0.52% 0.52% -
HSV(B) 300.47º 0.65% 0.77% -
XYZ 35.12 20.11 54.26 -
YUV 121.75 169.91 181.67 -
System Red Green Blue C M Y K H S L
Decimal 197 69 196 0 0.65 0.01 0.23 300.47 0.52 0.52
Hex C5 45 C4 0 41 1 17 12C 34 34
Octal 305 105 304 0 101 1 27 454 64 64
Binary 11000101 1000101 11000100 0 1000001 1 10111 100101100 110100 110100

Color Harmonies of #C545C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545C4

Black with #C545C4

Text Example


Text Example

White with #C545C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545C4; }

 p { color: rgb(197,69,196); }

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

background-color css

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

 a { background-color: rgb(197,69,196); }

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

border-color css

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

 span { border-color: rgb(197,69,196); }

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