Html Css Color HEX #C551CE Fuchsia

📋 copy color: '#C551CE'

red 197 ◦ green 81 ◦ blue 206

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

Shades of Fuchsia #C551CE

Tints of Fuchsia #C551CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.74%

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

R = 40.7%
G = 16.74%
B = 42.56%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C551CE (or 0xC551CE) is known color: Fuchsia. HEX triplet: C5, 51 and CE. RGB value is (197,81,206). Sum of RGB (Red+Green+Blue) = 197+81+206=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C551CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551CE is #3AAE31. Grayscale: #818181. Windows color (decimal): -3845682 or 13521349. OLE color: 13521349.

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

Color convert

RGB 197 81 206 -
CMYK 0.04 0.61 0 0.19
HSL 295.68º 0.56% 0.56% -
HSV(B) 295.68º 0.61% 0.81% -
XYZ 37.11 22.21 60.72 -
YUV 129.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 197 81 206 0.04 0.61 0 0.19 295.68 0.56 0.56
Hex C5 51 CE 4 3D 0 13 128 38 38
Octal 305 121 316 4 75 0 23 450 70 70
Binary 11000101 1010001 11001110 100 111101 0 10011 100101000 111000 111000

Color Harmonies of #C551CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551CE

Black with #C551CE

Text Example


Text Example

White with #C551CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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