Html Css Color HEX #C534C7 Fuchsia

📋 copy color: '#C534C7'

red 197 ◦ green 52 ◦ blue 199

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

Shades of Fuchsia #C534C7

Tints of Fuchsia #C534C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.42%

R = 43.97%
G = 11.61%
B = 44.42%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C534C7 (or 0xC534C7) is known color: Fuchsia. HEX triplet: C5, 34 and C7. RGB value is (197,52,199). Sum of RGB (Red+Green+Blue) = 197+52+199=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #C534C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534C7 is #3ACB38. Grayscale: #6F6F6F. Windows color (decimal): -3853113 or 13055173. OLE color: 13055173.

HSL color Cylindrical-coordinate representation of color #C534C7: hue angle of 299.18º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534C7 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 52 199 -
CMYK 0.01 0.74 0 0.22
HSL 299.18º 0.59% 0.49% -
HSV(B) 299.18º 0.74% 0.78% -
XYZ 34.56 18.45 55.77 -
YUV 112.11 177.04 188.55 -
System Red Green Blue C M Y K H S L
Decimal 197 52 199 0.01 0.74 0 0.22 299.18 0.59 0.49
Hex C5 34 C7 1 4A 0 16 12B 3B 31
Octal 305 64 307 1 112 0 26 453 73 61
Binary 11000101 110100 11000111 1 1001010 0 10110 100101011 111011 110001

Color Harmonies of #C534C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534C7

Black with #C534C7

Text Example


Text Example

White with #C534C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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