Html Css Color HEX #C551CD Fuchsia

📋 copy color: '#C551CD'

red 197 ◦ green 81 ◦ blue 205

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

Shades of Fuchsia #C551CD

Tints of Fuchsia #C551CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 40.79%
G = 16.77%
B = 42.44%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C551CD (or 0xC551CD) is known color: Fuchsia. HEX triplet: C5, 51 and CD. RGB value is (197,81,205). Sum of RGB (Red+Green+Blue) = 197+81+205=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C551CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551CD is #3AAE32. Grayscale: #818181. Windows color (decimal): -3845683 or 13455813. OLE color: 13455813.

HSL color Cylindrical-coordinate representation of color #C551CD: hue angle of 296.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C551CD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 81 205 -
CMYK 0.04 0.60 0 0.20
HSL 296.13º 0.55% 0.56% -
HSV(B) 296.13º 0.6% 0.8% -
XYZ 36.99 22.16 60.09 -
YUV 129.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 197 81 205 0.04 0.60 0 0.20 296.13 0.55 0.56
Hex C5 51 CD 4 3C 0 14 128 37 38
Octal 305 121 315 4 74 0 24 450 67 70
Binary 11000101 1010001 11001101 100 111100 0 10100 100101000 110111 111000

Color Harmonies of #C551CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551CD

Black with #C551CD

Text Example


Text Example

White with #C551CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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