Html Css Color HEX #C536CB Fuchsia

📋 copy color: '#C536CB'

red 197 ◦ green 54 ◦ blue 203

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

Shades of Fuchsia #C536CB

Tints of Fuchsia #C536CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 43.39%
G = 11.89%
B = 44.71%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C536CB (or 0xC536CB) is known color: Fuchsia. HEX triplet: C5, 36 and CB. RGB value is (197,54,203). Sum of RGB (Red+Green+Blue) = 197+54+203=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #C536CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536CB is #3AC934. Grayscale: #717171. Windows color (decimal): -3852597 or 13317829. OLE color: 13317829.

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

Color convert

RGB 197 54 203 -
CMYK 0.03 0.73 0 0.20
HSL 297.58º 0.59% 0.5% -
HSV(B) 297.58º 0.73% 0.8% -
XYZ 35.12 18.82 58.28 -
YUV 113.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 197 54 203 0.03 0.73 0 0.20 297.58 0.59 0.5
Hex C5 36 CB 3 49 0 14 12A 3B 32
Octal 305 66 313 3 111 0 24 452 73 62
Binary 11000101 110110 11001011 11 1001001 0 10100 100101010 111011 110010

Color Harmonies of #C536CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536CB

Black with #C536CB

Text Example


Text Example

White with #C536CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536CB; }

 p { color: rgb(197,54,203); }

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

background-color css

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

 a { background-color: rgb(197,54,203); }

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

border-color css

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

 span { border-color: rgb(197,54,203); }

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