Html Css Color HEX #C536CC Fuchsia

📋 copy color: '#C536CC'

red 197 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #C536CC

Tints of Fuchsia #C536CC

RGB

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

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

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

R = 43.3%
G = 11.87%
B = 44.84%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C536CC (or 0xC536CC) is known color: Fuchsia. HEX triplet: C5, 36 and CC. RGB value is (197,54,204). Sum of RGB (Red+Green+Blue) = 197+54+204=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C536CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536CC is #3AC933. Grayscale: #717171. Windows color (decimal): -3852596 or 13383365. OLE color: 13383365.

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

Color convert

RGB 197 54 204 -
CMYK 0.03 0.74 0 0.2
HSL 297.2º 0.6% 0.51% -
HSV(B) 297.2º 0.74% 0.8% -
XYZ 35.24 18.87 58.91 -
YUV 113.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 197 54 204 0.03 0.74 0 0.2 297.2 0.6 0.51
Hex C5 36 CC 3 4A 0 14 129 3C 33
Octal 305 66 314 3 112 0 24 451 74 63
Binary 11000101 110110 11001100 11 1001010 0 10100 100101001 111100 110011

Color Harmonies of #C536CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536CC

Black with #C536CC

Text Example


Text Example

White with #C536CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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