Html Css Color HEX #C534CC Fuchsia

📋 copy color: '#C534CC'

red 197 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #C534CC

Tints of Fuchsia #C534CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 43.49%
G = 11.48%
B = 45.03%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C534CC (or 0xC534CC) is known color: Fuchsia. HEX triplet: C5, 34 and CC. RGB value is (197,52,204). Sum of RGB (Red+Green+Blue) = 197+52+204=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #C534CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534CC is #3ACB33. Grayscale: #707070. Windows color (decimal): -3853108 or 13382853. OLE color: 13382853.

HSL color Cylindrical-coordinate representation of color #C534CC: hue angle of 297.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C534CC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 52 204 -
CMYK 0.03 0.75 0 0.2
HSL 297.24º 0.6% 0.5% -
HSV(B) 297.24º 0.75% 0.8% -
XYZ 35.15 18.69 58.88 -
YUV 112.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 197 52 204 0.03 0.75 0 0.2 297.24 0.6 0.5
Hex C5 34 CC 3 4B 0 14 129 3C 32
Octal 305 64 314 3 113 0 24 451 74 62
Binary 11000101 110100 11001100 11 1001011 0 10100 100101001 111100 110010

Color Harmonies of #C534CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534CC

Black with #C534CC

Text Example


Text Example

White with #C534CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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