Html Css Color HEX #C542BB Fuchsia

📋 copy color: '#C542BB'

red 197 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #C542BB

Tints of Fuchsia #C542BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 43.78%
G = 14.67%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C542BB (or 0xC542BB) is known color: Fuchsia. HEX triplet: C5, 42 and BB. RGB value is (197,66,187). Sum of RGB (Red+Green+Blue) = 197+66+187=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C542BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542BB is #3ABD44. Grayscale: #767676. Windows color (decimal): -3849541 or 12272325. OLE color: 12272325.

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

Color convert

RGB 197 66 187 -
CMYK 0 0.66 0.05 0.23
HSL 304.58º 0.53% 0.52% -
HSV(B) 304.58º 0.66% 0.77% -
XYZ 33.94 19.35 48.96 -
YUV 118.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 197 66 187 0 0.66 0.05 0.23 304.58 0.53 0.52
Hex C5 42 BB 0 42 5 17 131 35 34
Octal 305 102 273 0 102 5 27 461 65 64
Binary 11000101 1000010 10111011 0 1000010 101 10111 100110001 110101 110100

Color Harmonies of #C542BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542BB

Black with #C542BB

Text Example


Text Example

White with #C542BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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