Html Css Color HEX #C536CE Fuchsia

📋 copy color: '#C536CE'

red 197 ◦ green 54 ◦ blue 206

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

Shades of Fuchsia #C536CE

Tints of Fuchsia #C536CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 43.11%
G = 11.82%
B = 45.08%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C536CE (or 0xC536CE) is known color: Fuchsia. HEX triplet: C5, 36 and CE. RGB value is (197,54,206). Sum of RGB (Red+Green+Blue) = 197+54+206=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C536CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536CE is #3AC931. Grayscale: #717171. Windows color (decimal): -3852594 or 13514437. OLE color: 13514437.

HSL color Cylindrical-coordinate representation of color #C536CE: hue angle of 296.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C536CE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 54 206 -
CMYK 0.04 0.74 0 0.19
HSL 296.45º 0.61% 0.51% -
HSV(B) 296.45º 0.74% 0.81% -
XYZ 35.49 18.96 60.18 -
YUV 114.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 197 54 206 0.04 0.74 0 0.19 296.45 0.61 0.51
Hex C5 36 CE 4 4A 0 13 128 3D 33
Octal 305 66 316 4 112 0 23 450 75 63
Binary 11000101 110110 11001110 100 1001010 0 10011 100101000 111101 110011

Color Harmonies of #C536CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536CE

Black with #C536CE

Text Example


Text Example

White with #C536CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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