Html Css Color HEX #C535C0 Fuchsia

📋 copy color: '#C535C0'

red 197 ◦ green 53 ◦ blue 192

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

Shades of Fuchsia #C535C0

Tints of Fuchsia #C535C0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 44.57%
G = 11.99%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C535C0 (or 0xC535C0) is known color: Fuchsia. HEX triplet: C5, 35 and C0. RGB value is (197,53,192). Sum of RGB (Red+Green+Blue) = 197+53+192=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C535C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535C0 is #3ACA3F. Grayscale: #6F6F6F. Windows color (decimal): -3852864 or 12596677. OLE color: 12596677.

HSL color Cylindrical-coordinate representation of color #C535C0: hue angle of 302.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C535C0 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 192 -
CMYK 0 0.73 0.03 0.23
HSL 302.08º 0.58% 0.49% -
HSV(B) 302.08º 0.73% 0.77% -
XYZ 33.81 18.22 51.6 -
YUV 111.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 197 53 192 0 0.73 0.03 0.23 302.08 0.58 0.49
Hex C5 35 C0 0 49 3 17 12E 3A 31
Octal 305 65 300 0 111 3 27 456 72 61
Binary 11000101 110101 11000000 0 1001001 11 10111 100101110 111010 110001

Color Harmonies of #C535C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535C0

Black with #C535C0

Text Example


Text Example

White with #C535C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535C0; }

 p { color: rgb(197,53,192); }

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

background-color css

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

 a { background-color: rgb(197,53,192); }

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

border-color css

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

 span { border-color: rgb(197,53,192); }

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