Html Css Color HEX #C529BF Fuchsia

📋 copy color: '#C529BF'

red 197 ◦ green 41 ◦ blue 191

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

Shades of Fuchsia #C529BF

Tints of Fuchsia #C529BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 45.92%
G = 9.56%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C529BF (or 0xC529BF) is known color: Fuchsia. HEX triplet: C5, 29 and BF. RGB value is (197,41,191). Sum of RGB (Red+Green+Blue) = 197+41+191=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C529BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529BF is #3AD640. Grayscale: #686868. Windows color (decimal): -3855937 or 12528069. OLE color: 12528069.

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

Color convert

RGB 197 41 191 -
CMYK 0 0.79 0.03 0.23
HSL 302.31º 0.66% 0.47% -
HSV(B) 302.31º 0.79% 0.77% -
XYZ 33.22 17.22 50.86 -
YUV 104.74 176.68 193.8 -
System Red Green Blue C M Y K H S L
Decimal 197 41 191 0 0.79 0.03 0.23 302.31 0.66 0.47
Hex C5 29 BF 0 4F 3 17 12E 42 2F
Octal 305 51 277 0 117 3 27 456 102 57
Binary 11000101 101001 10111111 0 1001111 11 10111 100101110 1000010 101111

Color Harmonies of #C529BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529BF

Black with #C529BF

Text Example


Text Example

White with #C529BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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