Html Css Color HEX #C531CF Fuchsia

📋 copy color: '#C531CF'

red 197 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #C531CF

Tints of Fuchsia #C531CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 43.49%
G = 10.82%
B = 45.7%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C531CF (or 0xC531CF) is known color: Fuchsia. HEX triplet: C5, 31 and CF. RGB value is (197,49,207). Sum of RGB (Red+Green+Blue) = 197+49+207=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #C531CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531CF is #3ACE30. Grayscale: #6E6E6E. Windows color (decimal): -3853873 or 13578693. OLE color: 13578693.

HSL color Cylindrical-coordinate representation of color #C531CF: hue angle of 296.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C531CF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 49 207 -
CMYK 0.05 0.76 0 0.19
HSL 296.2º 0.62% 0.5% -
HSV(B) 296.2º 0.76% 0.81% -
XYZ 35.39 18.57 60.75 -
YUV 111.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 197 49 207 0.05 0.76 0 0.19 296.2 0.62 0.5
Hex C5 31 CF 5 4C 0 13 128 3E 32
Octal 305 61 317 5 114 0 23 450 76 62
Binary 11000101 110001 11001111 101 1001100 0 10011 100101000 111110 110010

Color Harmonies of #C531CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531CF

Black with #C531CF

Text Example


Text Example

White with #C531CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531CF; }

 p { color: rgb(197,49,207); }

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

background-color css

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

 a { background-color: rgb(197,49,207); }

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

border-color css

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

 span { border-color: rgb(197,49,207); }

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