Html Css Color HEX #C529BA Fuchsia

📋 copy color: '#C529BA'

red 197 ◦ green 41 ◦ blue 186

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

Shades of Fuchsia #C529BA

Tints of Fuchsia #C529BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 46.46%
G = 9.67%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C529BA (or 0xC529BA) is known color: Fuchsia. HEX triplet: C5, 29 and BA. RGB value is (197,41,186). Sum of RGB (Red+Green+Blue) = 197+41+186=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C529BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529BA is #3AD645. Grayscale: #676767. Windows color (decimal): -3855942 or 12200389. OLE color: 12200389.

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

Color convert

RGB 197 41 186 -
CMYK 0 0.79 0.06 0.23
HSL 304.23º 0.66% 0.47% -
HSV(B) 304.23º 0.79% 0.77% -
XYZ 32.68 17 48.01 -
YUV 104.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 197 41 186 0 0.79 0.06 0.23 304.23 0.66 0.47
Hex C5 29 BA 0 4F 6 17 130 42 2F
Octal 305 51 272 0 117 6 27 460 102 57
Binary 11000101 101001 10111010 0 1001111 110 10111 100110000 1000010 101111

Color Harmonies of #C529BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529BA

Black with #C529BA

Text Example


Text Example

White with #C529BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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