Html Css Color HEX #C546CC Fuchsia

📋 copy color: '#C546CC'

red 197 ◦ green 70 ◦ blue 204

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

Shades of Fuchsia #C546CC

Tints of Fuchsia #C546CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 41.83%
G = 14.86%
B = 43.31%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C546CC (or 0xC546CC) is known color: Fuchsia. HEX triplet: C5, 46 and CC. RGB value is (197,70,204). Sum of RGB (Red+Green+Blue) = 197+70+204=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C546CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546CC is #3AB933. Grayscale: #7A7A7A. Windows color (decimal): -3848500 or 13387461. OLE color: 13387461.

HSL color Cylindrical-coordinate representation of color #C546CC: hue angle of 296.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C546CC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 70 204 -
CMYK 0.03 0.66 0 0.2
HSL 296.87º 0.57% 0.54% -
HSV(B) 296.87º 0.66% 0.8% -
XYZ 36.12 20.61 59.2 -
YUV 123.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 197 70 204 0.03 0.66 0 0.2 296.87 0.57 0.54
Hex C5 46 CC 3 42 0 14 129 39 36
Octal 305 106 314 3 102 0 24 451 71 66
Binary 11000101 1000110 11001100 11 1000010 0 10100 100101001 111001 110110

Color Harmonies of #C546CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546CC

Black with #C546CC

Text Example


Text Example

White with #C546CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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