Html Css Color HEX #C530CA Fuchsia

📋 copy color: '#C530CA'

red 197 ◦ green 48 ◦ blue 202

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

Shades of Fuchsia #C530CA

Tints of Fuchsia #C530CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 44.07%
G = 10.74%
B = 45.19%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C530CA (or 0xC530CA) is known color: Fuchsia. HEX triplet: C5, 30 and CA. RGB value is (197,48,202). Sum of RGB (Red+Green+Blue) = 197+48+202=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #C530CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530CA is #3ACF35. Grayscale: #6D6D6D. Windows color (decimal): -3854134 or 13250757. OLE color: 13250757.

HSL color Cylindrical-coordinate representation of color #C530CA: hue angle of 298.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530CA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 48 202 -
CMYK 0.02 0.76 0 0.21
HSL 298.05º 0.62% 0.49% -
HSV(B) 298.05º 0.76% 0.79% -
XYZ 34.74 18.25 57.57 -
YUV 110.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 197 48 202 0.02 0.76 0 0.21 298.05 0.62 0.49
Hex C5 30 CA 2 4C 0 15 12A 3E 31
Octal 305 60 312 2 114 0 25 452 76 61
Binary 11000101 110000 11001010 10 1001100 0 10101 100101010 111110 110001

Color Harmonies of #C530CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530CA

Black with #C530CA

Text Example


Text Example

White with #C530CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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