Html Css Color HEX #C548CC Fuchsia

📋 copy color: '#C548CC'

red 197 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #C548CC

Tints of Fuchsia #C548CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.22%

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

R = 41.65%
G = 15.22%
B = 43.13%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C548CC (or 0xC548CC) is known color: Fuchsia. HEX triplet: C5, 48 and CC. RGB value is (197,72,204). Sum of RGB (Red+Green+Blue) = 197+72+204=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C548CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548CC is #3AB733. Grayscale: #7C7C7C. Windows color (decimal): -3847988 or 13387973. OLE color: 13387973.

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

Color convert

RGB 197 72 204 -
CMYK 0.03 0.65 0 0.2
HSL 296.82º 0.56% 0.54% -
HSV(B) 296.82º 0.65% 0.8% -
XYZ 36.24 20.86 59.24 -
YUV 124.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 197 72 204 0.03 0.65 0 0.2 296.82 0.56 0.54
Hex C5 48 CC 3 41 0 14 129 38 36
Octal 305 110 314 3 101 0 24 451 70 66
Binary 11000101 1001000 11001100 11 1000001 0 10100 100101001 111000 110110

Color Harmonies of #C548CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548CC

Black with #C548CC

Text Example


Text Example

White with #C548CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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