Html Css Color HEX #C538B9 Fuchsia

📋 copy color: '#C538B9'

red 197 ◦ green 56 ◦ blue 185

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

Shades of Fuchsia #C538B9

Tints of Fuchsia #C538B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 44.98%
G = 12.79%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C538B9 (or 0xC538B9) is known color: Fuchsia. HEX triplet: C5, 38 and B9. RGB value is (197,56,185). Sum of RGB (Red+Green+Blue) = 197+56+185=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C538B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538B9 is #3AC746. Grayscale: #707070. Windows color (decimal): -3852103 or 12138693. OLE color: 12138693.

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

Color convert

RGB 197 56 185 -
CMYK 0 0.72 0.06 0.23
HSL 305.11º 0.56% 0.5% -
HSV(B) 305.11º 0.72% 0.77% -
XYZ 33.2 18.2 47.66 -
YUV 112.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 197 56 185 0 0.72 0.06 0.23 305.11 0.56 0.5
Hex C5 38 B9 0 48 6 17 131 38 32
Octal 305 70 271 0 110 6 27 461 70 62
Binary 11000101 111000 10111001 0 1001000 110 10111 100110001 111000 110010

Color Harmonies of #C538B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538B9

Black with #C538B9

Text Example


Text Example

White with #C538B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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