Html Css Color HEX #C530B2 Fuchsia

📋 copy color: '#C530B2'

red 197 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #C530B2

Tints of Fuchsia #C530B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 46.57%
G = 11.35%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C530B2 (or 0xC530B2) is known color: Fuchsia. HEX triplet: C5, 30 and B2. RGB value is (197,48,178). Sum of RGB (Red+Green+Blue) = 197+48+178=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C530B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C530B2 is #3ACF4D. Grayscale: #6A6A6A. Windows color (decimal): -3854158 or 11677893. OLE color: 11677893.

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

Color convert

RGB 197 48 178 -
CMYK 0 0.76 0.10 0.23
HSL 307.65º 0.61% 0.48% -
HSV(B) 307.65º 0.76% 0.77% -
XYZ 32.12 17.2 43.75 -
YUV 107.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 197 48 178 0 0.76 0.10 0.23 307.65 0.61 0.48
Hex C5 30 B2 0 4C A 17 134 3D 30
Octal 305 60 262 0 114 12 27 464 75 60
Binary 11000101 110000 10110010 0 1001100 1010 10111 100110100 111101 110000

Color Harmonies of #C530B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530B2

Black with #C530B2

Text Example


Text Example

White with #C530B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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