Html Css Color HEX #C529BD Fuchsia

📋 copy color: '#C529BD'

red 197 ◦ green 41 ◦ blue 189

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

Shades of Fuchsia #C529BD

Tints of Fuchsia #C529BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.6%

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

R = 46.14%
G = 9.6%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C529BD (or 0xC529BD) is known color: Fuchsia. HEX triplet: C5, 29 and BD. RGB value is (197,41,189). Sum of RGB (Red+Green+Blue) = 197+41+189=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C529BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529BD is #3AD642. Grayscale: #686868. Windows color (decimal): -3855939 or 12396997. OLE color: 12396997.

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

Color convert

RGB 197 41 189 -
CMYK 0 0.79 0.04 0.23
HSL 303.08º 0.66% 0.47% -
HSV(B) 303.08º 0.79% 0.77% -
XYZ 33 17.13 49.71 -
YUV 104.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 197 41 189 0 0.79 0.04 0.23 303.08 0.66 0.47
Hex C5 29 BD 0 4F 4 17 12F 42 2F
Octal 305 51 275 0 117 4 27 457 102 57
Binary 11000101 101001 10111101 0 1001111 100 10111 100101111 1000010 101111

Color Harmonies of #C529BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529BD

Black with #C529BD

Text Example


Text Example

White with #C529BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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