Html Css Color HEX #C538B7 Fuchsia

📋 copy color: '#C538B7'

red 197 ◦ green 56 ◦ blue 183

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

Shades of Fuchsia #C538B7

Tints of Fuchsia #C538B7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 45.18%
G = 12.84%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C538B7 (or 0xC538B7) is known color: Fuchsia. HEX triplet: C5, 38 and B7. RGB value is (197,56,183). Sum of RGB (Red+Green+Blue) = 197+56+183=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C538B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538B7 is #3AC748. Grayscale: #707070. Windows color (decimal): -3852105 or 12007621. OLE color: 12007621.

HSL color Cylindrical-coordinate representation of color #C538B7: hue angle of 305.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538B7 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 183 -
CMYK 0 0.72 0.07 0.23
HSL 305.96º 0.56% 0.5% -
HSV(B) 305.96º 0.72% 0.77% -
XYZ 32.99 18.12 46.56 -
YUV 112.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 197 56 183 0 0.72 0.07 0.23 305.96 0.56 0.5
Hex C5 38 B7 0 48 7 17 132 38 32
Octal 305 70 267 0 110 7 27 462 70 62
Binary 11000101 111000 10110111 0 1001000 111 10111 100110010 111000 110010

Color Harmonies of #C538B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538B7

Black with #C538B7

Text Example


Text Example

White with #C538B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538B7; }

 p { color: rgb(197,56,183); }

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

background-color css

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

 a { background-color: rgb(197,56,183); }

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

border-color css

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

 span { border-color: rgb(197,56,183); }

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