Html Css Color HEX #C530D0 Fuchsia

📋 copy color: '#C530D0'

red 197 ◦ green 48 ◦ blue 208

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

Shades of Fuchsia #C530D0

Tints of Fuchsia #C530D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 43.49%
G = 10.6%
B = 45.92%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C530D0 (or 0xC530D0) is known color: Fuchsia. HEX triplet: C5, 30 and D0. RGB value is (197,48,208). Sum of RGB (Red+Green+Blue) = 197+48+208=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #C530D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530D0 is #3ACF2F. Grayscale: #6E6E6E. Windows color (decimal): -3854128 or 13643973. OLE color: 13643973.

HSL color Cylindrical-coordinate representation of color #C530D0: hue angle of 295.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C530D0 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 48 208 -
CMYK 0.05 0.77 0 0.18
HSL 295.88º 0.63% 0.5% -
HSV(B) 295.88º 0.77% 0.82% -
XYZ 35.47 18.54 61.38 -
YUV 110.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 197 48 208 0.05 0.77 0 0.18 295.88 0.63 0.5
Hex C5 30 D0 5 4D 0 12 128 3F 32
Octal 305 60 320 5 115 0 22 450 77 62
Binary 11000101 110000 11010000 101 1001101 0 10010 100101000 111111 110010

Color Harmonies of #C530D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530D0

Black with #C530D0

Text Example


Text Example

White with #C530D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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