Html Css Color HEX #C545BB Fuchsia

📋 copy color: '#C545BB'

red 197 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #C545BB

Tints of Fuchsia #C545BB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.23%

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 43.49%
G = 15.23%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C545BB (or 0xC545BB) is known color: Fuchsia. HEX triplet: C5, 45 and BB. RGB value is (197,69,187). Sum of RGB (Red+Green+Blue) = 197+69+187=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C545BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545BB is #3ABA44. Grayscale: #787878. Windows color (decimal): -3848773 or 12273093. OLE color: 12273093.

HSL color Cylindrical-coordinate representation of color #C545BB: hue angle of 304.69º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C545BB is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 187 -
CMYK 0 0.65 0.05 0.23
HSL 304.69º 0.52% 0.52% -
HSV(B) 304.69º 0.65% 0.77% -
XYZ 34.12 19.71 49.02 -
YUV 120.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 197 69 187 0 0.65 0.05 0.23 304.69 0.52 0.52
Hex C5 45 BB 0 41 5 17 131 34 34
Octal 305 105 273 0 101 5 27 461 64 64
Binary 11000101 1000101 10111011 0 1000001 101 10111 100110001 110100 110100

Color Harmonies of #C545BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545BB

Black with #C545BB

Text Example


Text Example

White with #C545BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545BB; }

 p { color: rgb(197,69,187); }

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

background-color css

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

 a { background-color: rgb(197,69,187); }

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

border-color css

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

 span { border-color: rgb(197,69,187); }

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