Html Css Color HEX #C542B6 Fuchsia

📋 copy color: '#C542B6'

red 197 ◦ green 66 ◦ blue 182

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

Shades of Fuchsia #C542B6

Tints of Fuchsia #C542B6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.83%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 44.27%
G = 14.83%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C542B6 (or 0xC542B6) is known color: Fuchsia. HEX triplet: C5, 42 and B6. RGB value is (197,66,182). Sum of RGB (Red+Green+Blue) = 197+66+182=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C542B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542B6 is #3ABD49. Grayscale: #767676. Windows color (decimal): -3849546 or 11944645. OLE color: 11944645.

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

Color convert

RGB 197 66 182 -
CMYK 0 0.66 0.08 0.23
HSL 306.87º 0.53% 0.52% -
HSV(B) 306.87º 0.66% 0.77% -
XYZ 33.42 19.14 46.19 -
YUV 118.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 197 66 182 0 0.66 0.08 0.23 306.87 0.53 0.52
Hex C5 42 B6 0 42 8 17 133 35 34
Octal 305 102 266 0 102 10 27 463 65 64
Binary 11000101 1000010 10110110 0 1000010 1000 10111 100110011 110101 110100

Color Harmonies of #C542B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542B6

Black with #C542B6

Text Example


Text Example

White with #C542B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542B6; }

 p { color: rgb(197,66,182); }

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

background-color css

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

 a { background-color: rgb(197,66,182); }

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

border-color css

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

 span { border-color: rgb(197,66,182); }

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