Html Css Color HEX #C555BF Fuchsia

📋 copy color: '#C555BF'

red 197 ◦ green 85 ◦ blue 191

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

Shades of Fuchsia #C555BF

Tints of Fuchsia #C555BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 41.65%
G = 17.97%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C555BF (or 0xC555BF) is known color: Fuchsia. HEX triplet: C5, 55 and BF. RGB value is (197,85,191). Sum of RGB (Red+Green+Blue) = 197+85+191=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C555BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555BF is #3AAA40. Grayscale: #828282. Windows color (decimal): -3844673 or 12539333. OLE color: 12539333.

HSL color Cylindrical-coordinate representation of color #C555BF: hue angle of 303.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C555BF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 191 -
CMYK 0 0.57 0.03 0.23
HSL 303.21º 0.49% 0.55% -
HSV(B) 303.21º 0.57% 0.77% -
XYZ 35.68 22.13 51.68 -
YUV 130.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 197 85 191 0 0.57 0.03 0.23 303.21 0.49 0.55
Hex C5 55 BF 0 39 3 17 12F 31 37
Octal 305 125 277 0 71 3 27 457 61 67
Binary 11000101 1010101 10111111 0 111001 11 10111 100101111 110001 110111

Color Harmonies of #C555BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555BF

Black with #C555BF

Text Example


Text Example

White with #C555BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555BF; }

 p { color: rgb(197,85,191); }

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

background-color css

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

 a { background-color: rgb(197,85,191); }

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

border-color css

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

 span { border-color: rgb(197,85,191); }

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