Html Css Color HEX #C534CA Fuchsia

📋 copy color: '#C534CA'

red 197 ◦ green 52 ◦ blue 202

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

Shades of Fuchsia #C534CA

Tints of Fuchsia #C534CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 43.68%
G = 11.53%
B = 44.79%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C534CA (or 0xC534CA) is known color: Fuchsia. HEX triplet: C5, 34 and CA. RGB value is (197,52,202). Sum of RGB (Red+Green+Blue) = 197+52+202=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #C534CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534CA is #3ACB35. Grayscale: #707070. Windows color (decimal): -3853110 or 13251781. OLE color: 13251781.

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

Color convert

RGB 197 52 202 -
CMYK 0.02 0.74 0 0.21
HSL 298º 0.59% 0.5% -
HSV(B) 298º 0.74% 0.79% -
XYZ 34.91 18.59 57.63 -
YUV 112.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 197 52 202 0.02 0.74 0 0.21 298 0.59 0.5
Hex C5 34 CA 2 4A 0 15 12A 3B 32
Octal 305 64 312 2 112 0 25 452 73 62
Binary 11000101 110100 11001010 10 1001010 0 10101 100101010 111011 110010

Color Harmonies of #C534CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534CA

Black with #C534CA

Text Example


Text Example

White with #C534CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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