Html Css Color HEX #C534D0 Fuchsia

📋 copy color: '#C534D0'

red 197 ◦ green 52 ◦ blue 208

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

Shades of Fuchsia #C534D0

Tints of Fuchsia #C534D0

RGB

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

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

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

R = 43.11%
G = 11.38%
B = 45.51%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C534D0 (or 0xC534D0) is known color: Fuchsia. HEX triplet: C5, 34 and D0. RGB value is (197,52,208). Sum of RGB (Red+Green+Blue) = 197+52+208=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #C534D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534D0 is #3ACB2F. Grayscale: #707070. Windows color (decimal): -3853104 or 13644997. OLE color: 13644997.

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

Color convert

RGB 197 52 208 -
CMYK 0.05 0.75 0 0.18
HSL 295.77º 0.62% 0.51% -
HSV(B) 295.77º 0.75% 0.82% -
XYZ 35.64 18.88 61.44 -
YUV 113.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 197 52 208 0.05 0.75 0 0.18 295.77 0.62 0.51
Hex C5 34 D0 5 4B 0 12 128 3E 33
Octal 305 64 320 5 113 0 22 450 76 63
Binary 11000101 110100 11010000 101 1001011 0 10010 100101000 111110 110011

Color Harmonies of #C534D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534D0

Black with #C534D0

Text Example


Text Example

White with #C534D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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