Html Css Color HEX #C546CB Fuchsia

📋 copy color: '#C546CB'

red 197 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #C546CB

Tints of Fuchsia #C546CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 41.91%
G = 14.89%
B = 43.19%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C546CB (or 0xC546CB) is known color: Fuchsia. HEX triplet: C5, 46 and CB. RGB value is (197,70,203). Sum of RGB (Red+Green+Blue) = 197+70+203=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #C546CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546CB is #3AB934. Grayscale: #7A7A7A. Windows color (decimal): -3848501 or 13321925. OLE color: 13321925.

HSL color Cylindrical-coordinate representation of color #C546CB: hue angle of 297.29º degrees, saturation: 0.56, 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 #C546CB is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 70 203 -
CMYK 0.03 0.66 0 0.20
HSL 297.29º 0.56% 0.54% -
HSV(B) 297.29º 0.66% 0.8% -
XYZ 36 20.56 58.57 -
YUV 123.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 197 70 203 0.03 0.66 0 0.20 297.29 0.56 0.54
Hex C5 46 CB 3 42 0 14 129 38 36
Octal 305 106 313 3 102 0 24 451 70 66
Binary 11000101 1000110 11001011 11 1000010 0 10100 100101001 111000 110110

Color Harmonies of #C546CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546CB

Black with #C546CB

Text Example


Text Example

White with #C546CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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