Html Css Color HEX #C538B8 Fuchsia

📋 copy color: '#C538B8'

red 197 ◦ green 56 ◦ blue 184

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

Shades of Fuchsia #C538B8

Tints of Fuchsia #C538B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 45.08%
G = 12.81%
B = 42.11%

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

#C538B8 (or 0xC538B8) is known color: Fuchsia. HEX triplet: C5, 38 and B8. RGB value is (197,56,184). Sum of RGB (Red+Green+Blue) = 197+56+184=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C538B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538B8 is #3AC747. Grayscale: #707070. Windows color (decimal): -3852104 or 12073157. OLE color: 12073157.

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

Color convert

RGB 197 56 184 -
CMYK 0 0.72 0.07 0.23
HSL 305.53º 0.56% 0.5% -
HSV(B) 305.53º 0.72% 0.77% -
XYZ 33.09 18.16 47.11 -
YUV 112.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 197 56 184 0 0.72 0.07 0.23 305.53 0.56 0.5
Hex C5 38 B8 0 48 7 17 132 38 32
Octal 305 70 270 0 110 7 27 462 70 62
Binary 11000101 111000 10111000 0 1001000 111 10111 100110010 111000 110010

Color Harmonies of #C538B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538B8

Black with #C538B8

Text Example


Text Example

White with #C538B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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