Html Css Color HEX #C538BD Fuchsia

📋 copy color: '#C538BD'

red 197 ◦ green 56 ◦ blue 189

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

Shades of Fuchsia #C538BD

Tints of Fuchsia #C538BD

RGB

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

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

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

R = 44.57%
G = 12.67%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C538BD (or 0xC538BD) is known color: Fuchsia. HEX triplet: C5, 38 and BD. RGB value is (197,56,189). Sum of RGB (Red+Green+Blue) = 197+56+189=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C538BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538BD is #3AC742. Grayscale: #707070. Windows color (decimal): -3852099 or 12400837. OLE color: 12400837.

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

Color convert

RGB 197 56 189 -
CMYK 0 0.72 0.04 0.23
HSL 303.4º 0.56% 0.5% -
HSV(B) 303.4º 0.72% 0.77% -
XYZ 33.63 18.37 49.92 -
YUV 113.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 197 56 189 0 0.72 0.04 0.23 303.4 0.56 0.5
Hex C5 38 BD 0 48 4 17 12F 38 32
Octal 305 70 275 0 110 4 27 457 70 62
Binary 11000101 111000 10111101 0 1001000 100 10111 100101111 111000 110010

Color Harmonies of #C538BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538BD

Black with #C538BD

Text Example


Text Example

White with #C538BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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