Html Css Color HEX #C529BE Fuchsia

📋 copy color: '#C529BE'

red 197 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C529BE

Tints of Fuchsia #C529BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 46.03%
G = 9.58%
B = 44.39%

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

#C529BE (or 0xC529BE) is known color: Fuchsia. HEX triplet: C5, 29 and BE. RGB value is (197,41,190). Sum of RGB (Red+Green+Blue) = 197+41+190=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C529BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529BE is #3AD641. Grayscale: #686868. Windows color (decimal): -3855938 or 12462533. OLE color: 12462533.

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

Color convert

RGB 197 41 190 -
CMYK 0 0.79 0.04 0.23
HSL 302.69º 0.66% 0.47% -
HSV(B) 302.69º 0.79% 0.77% -
XYZ 33.11 17.17 50.28 -
YUV 104.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 197 41 190 0 0.79 0.04 0.23 302.69 0.66 0.47
Hex C5 29 BE 0 4F 4 17 12F 42 2F
Octal 305 51 276 0 117 4 27 457 102 57
Binary 11000101 101001 10111110 0 1001111 100 10111 100101111 1000010 101111

Color Harmonies of #C529BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529BE

Black with #C529BE

Text Example


Text Example

White with #C529BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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