Html Css Color HEX #C542B2 Fuchsia

📋 copy color: '#C542B2'

red 197 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #C542B2

Tints of Fuchsia #C542B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.36%

R = 44.67%
G = 14.97%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C542B2 (or 0xC542B2) is known color: Fuchsia. HEX triplet: C5, 42 and B2. RGB value is (197,66,178). Sum of RGB (Red+Green+Blue) = 197+66+178=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C542B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542B2 is #3ABD4D. Grayscale: #757575. Windows color (decimal): -3849550 or 11682501. OLE color: 11682501.

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

Color convert

RGB 197 66 178 -
CMYK 0 0.66 0.10 0.23
HSL 308.7º 0.53% 0.52% -
HSV(B) 308.7º 0.66% 0.77% -
XYZ 33.01 18.98 44.04 -
YUV 117.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 197 66 178 0 0.66 0.10 0.23 308.7 0.53 0.52
Hex C5 42 B2 0 42 A 17 135 35 34
Octal 305 102 262 0 102 12 27 465 65 64
Binary 11000101 1000010 10110010 0 1000010 1010 10111 100110101 110101 110100

Color Harmonies of #C542B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542B2

Black with #C542B2

Text Example


Text Example

White with #C542B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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