Html Css Color HEX #C542BD Fuchsia

📋 copy color: '#C542BD'

red 197 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #C542BD

Tints of Fuchsia #C542BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 43.58%
G = 14.6%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C542BD (or 0xC542BD) is known color: Fuchsia. HEX triplet: C5, 42 and BD. RGB value is (197,66,189). Sum of RGB (Red+Green+Blue) = 197+66+189=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C542BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542BD is #3ABD42. Grayscale: #767676. Windows color (decimal): -3849539 or 12403397. OLE color: 12403397.

HSL color Cylindrical-coordinate representation of color #C542BD: hue angle of 303.66º 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 #C542BD is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 189 -
CMYK 0 0.66 0.04 0.23
HSL 303.66º 0.53% 0.52% -
HSV(B) 303.66º 0.66% 0.77% -
XYZ 34.16 19.44 50.1 -
YUV 119.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 197 66 189 0 0.66 0.04 0.23 303.66 0.53 0.52
Hex C5 42 BD 0 42 4 17 130 35 34
Octal 305 102 275 0 102 4 27 460 65 64
Binary 11000101 1000010 10111101 0 1000010 100 10111 100110000 110101 110100

Color Harmonies of #C542BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542BD

Black with #C542BD

Text Example


Text Example

White with #C542BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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