Html Css Color HEX #C535BE Fuchsia

📋 copy color: '#C535BE'

red 197 ◦ green 53 ◦ blue 190

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

Shades of Fuchsia #C535BE

Tints of Fuchsia #C535BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 44.77%
G = 12.05%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C535BE (or 0xC535BE) is known color: Fuchsia. HEX triplet: C5, 35 and BE. RGB value is (197,53,190). Sum of RGB (Red+Green+Blue) = 197+53+190=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BE is #3ACA41. Grayscale: #6F6F6F. Windows color (decimal): -3852866 or 12465605. OLE color: 12465605.

HSL color Cylindrical-coordinate representation of color #C535BE: hue angle of 302.92º 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 #C535BE is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 190 -
CMYK 0 0.73 0.04 0.23
HSL 302.92º 0.58% 0.49% -
HSV(B) 302.92º 0.73% 0.77% -
XYZ 33.59 18.13 50.44 -
YUV 111.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 197 53 190 0 0.73 0.04 0.23 302.92 0.58 0.49
Hex C5 35 BE 0 49 4 17 12F 3A 31
Octal 305 65 276 0 111 4 27 457 72 61
Binary 11000101 110101 10111110 0 1001001 100 10111 100101111 111010 110001

Color Harmonies of #C535BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535BE

Black with #C535BE

Text Example


Text Example

White with #C535BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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