Html Css Color HEX #C551CB Fuchsia

📋 copy color: '#C551CB'

red 197 ◦ green 81 ◦ blue 203

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

Shades of Fuchsia #C551CB

Tints of Fuchsia #C551CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 40.96%
G = 16.84%
B = 42.2%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C551CB (or 0xC551CB) is known color: Fuchsia. HEX triplet: C5, 51 and CB. RGB value is (197,81,203). Sum of RGB (Red+Green+Blue) = 197+81+203=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C551CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551CB is #3AAE34. Grayscale: #818181. Windows color (decimal): -3845685 or 13324741. OLE color: 13324741.

HSL color Cylindrical-coordinate representation of color #C551CB: hue angle of 297.05º degrees, saturation: 0.54, 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 #C551CB is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 81 203 -
CMYK 0.03 0.60 0 0.20
HSL 297.05º 0.54% 0.56% -
HSV(B) 297.05º 0.6% 0.8% -
XYZ 36.75 22.07 58.82 -
YUV 129.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 197 81 203 0.03 0.60 0 0.20 297.05 0.54 0.56
Hex C5 51 CB 3 3C 0 14 129 36 38
Octal 305 121 313 3 74 0 24 451 66 70
Binary 11000101 1010001 11001011 11 111100 0 10100 100101001 110110 111000

Color Harmonies of #C551CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551CB

Black with #C551CB

Text Example


Text Example

White with #C551CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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