Html Css Color HEX #C529BB Fuchsia

📋 copy color: '#C529BB'

red 197 ◦ green 41 ◦ blue 187

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

Shades of Fuchsia #C529BB

Tints of Fuchsia #C529BB

RGB

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

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

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

R = 46.35%
G = 9.65%
B = 44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C529BB (or 0xC529BB) is known color: Fuchsia. HEX triplet: C5, 29 and BB. RGB value is (197,41,187). Sum of RGB (Red+Green+Blue) = 197+41+187=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C529BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529BB is #3AD644. Grayscale: #676767. Windows color (decimal): -3855941 or 12265925. OLE color: 12265925.

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

Color convert

RGB 197 41 187 -
CMYK 0 0.79 0.05 0.23
HSL 303.85º 0.66% 0.47% -
HSV(B) 303.85º 0.79% 0.77% -
XYZ 32.79 17.04 48.58 -
YUV 104.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 197 41 187 0 0.79 0.05 0.23 303.85 0.66 0.47
Hex C5 29 BB 0 4F 5 17 130 42 2F
Octal 305 51 273 0 117 5 27 460 102 57
Binary 11000101 101001 10111011 0 1001111 101 10111 100110000 1000010 101111

Color Harmonies of #C529BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529BB

Black with #C529BB

Text Example


Text Example

White with #C529BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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