Html Css Color HEX #C530BB Fuchsia

📋 copy color: '#C530BB'

red 197 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #C530BB

Tints of Fuchsia #C530BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.11%

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

R = 45.6%
G = 11.11%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C530BB (or 0xC530BB) is known color: Fuchsia. HEX triplet: C5, 30 and BB. RGB value is (197,48,187). Sum of RGB (Red+Green+Blue) = 197+48+187=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C530BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530BB is #3ACF44. Grayscale: #6B6B6B. Windows color (decimal): -3854149 or 12267717. OLE color: 12267717.

HSL color Cylindrical-coordinate representation of color #C530BB: hue angle of 304.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530BB is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 48 187 -
CMYK 0 0.76 0.05 0.23
HSL 304.03º 0.61% 0.48% -
HSV(B) 304.03º 0.76% 0.77% -
XYZ 33.05 17.57 48.66 -
YUV 108.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 197 48 187 0 0.76 0.05 0.23 304.03 0.61 0.48
Hex C5 30 BB 0 4C 5 17 130 3D 30
Octal 305 60 273 0 114 5 27 460 75 60
Binary 11000101 110000 10111011 0 1001100 101 10111 100110000 111101 110000

Color Harmonies of #C530BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530BB

Black with #C530BB

Text Example


Text Example

White with #C530BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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