Html Css Color HEX #C535BD Fuchsia

📋 copy color: '#C535BD'

red 197 ◦ green 53 ◦ blue 189

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

Shades of Fuchsia #C535BD

Tints of Fuchsia #C535BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 44.87%
G = 12.07%
B = 43.05%

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

#C535BD (or 0xC535BD) is known color: Fuchsia. HEX triplet: C5, 35 and BD. RGB value is (197,53,189). Sum of RGB (Red+Green+Blue) = 197+53+189=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BD is #3ACA42. Grayscale: #6F6F6F. Windows color (decimal): -3852867 or 12400069. OLE color: 12400069.

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

Color convert

RGB 197 53 189 -
CMYK 0 0.73 0.04 0.23
HSL 303.33º 0.58% 0.49% -
HSV(B) 303.33º 0.73% 0.77% -
XYZ 33.48 18.09 49.87 -
YUV 111.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 197 53 189 0 0.73 0.04 0.23 303.33 0.58 0.49
Hex C5 35 BD 0 49 4 17 12F 3A 31
Octal 305 65 275 0 111 4 27 457 72 61
Binary 11000101 110101 10111101 0 1001001 100 10111 100101111 111010 110001

Color Harmonies of #C535BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535BD

Black with #C535BD

Text Example


Text Example

White with #C535BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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