Html Css Color HEX #C552BC Fuchsia

📋 copy color: '#C552BC'

red 197 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #C552BC

Tints of Fuchsia #C552BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.56%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 42.18%
G = 17.56%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C552BC (or 0xC552BC) is known color: Fuchsia. HEX triplet: C5, 52 and BC. RGB value is (197,82,188). Sum of RGB (Red+Green+Blue) = 197+82+188=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C552BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552BC is #3AAD43. Grayscale: #808080. Windows color (decimal): -3845444 or 12341957. OLE color: 12341957.

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

Color convert

RGB 197 82 188 -
CMYK 0 0.58 0.05 0.23
HSL 304.7º 0.5% 0.55% -
HSV(B) 304.7º 0.58% 0.77% -
XYZ 35.12 21.54 49.88 -
YUV 128.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 197 82 188 0 0.58 0.05 0.23 304.7 0.5 0.55
Hex C5 52 BC 0 3A 5 17 131 32 37
Octal 305 122 274 0 72 5 27 461 62 67
Binary 11000101 1010010 10111100 0 111010 101 10111 100110001 110010 110111

Color Harmonies of #C552BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552BC

Black with #C552BC

Text Example


Text Example

White with #C552BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552BC; }

 p { color: rgb(197,82,188); }

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

background-color css

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

 a { background-color: rgb(197,82,188); }

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

border-color css

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

 span { border-color: rgb(197,82,188); }

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