Html Css Color HEX #C538CC Fuchsia

📋 copy color: '#C538CC'

red 197 ◦ green 56 ◦ blue 204

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

Shades of Fuchsia #C538CC

Tints of Fuchsia #C538CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 43.11%
G = 12.25%
B = 44.64%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C538CC (or 0xC538CC) is known color: Fuchsia. HEX triplet: C5, 38 and CC. RGB value is (197,56,204). Sum of RGB (Red+Green+Blue) = 197+56+204=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #C538CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538CC is #3AC733. Grayscale: #727272. Windows color (decimal): -3852084 or 13383877. OLE color: 13383877.

HSL color Cylindrical-coordinate representation of color #C538CC: hue angle of 297.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C538CC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 56 204 -
CMYK 0.03 0.73 0 0.2
HSL 297.16º 0.59% 0.51% -
HSV(B) 297.16º 0.73% 0.8% -
XYZ 35.34 19.06 58.94 -
YUV 115.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 197 56 204 0.03 0.73 0 0.2 297.16 0.59 0.51
Hex C5 38 CC 3 49 0 14 129 3B 33
Octal 305 70 314 3 111 0 24 451 73 63
Binary 11000101 111000 11001100 11 1001001 0 10100 100101001 111011 110011

Color Harmonies of #C538CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538CC

Black with #C538CC

Text Example


Text Example

White with #C538CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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