Html Css Color HEX #C552B6 Fuchsia

📋 copy color: '#C552B6'

red 197 ◦ green 82 ◦ blue 182

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

Shades of Fuchsia #C552B6

Tints of Fuchsia #C552B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 42.73%
G = 17.79%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C552B6 (or 0xC552B6) is known color: Fuchsia. HEX triplet: C5, 52 and B6. RGB value is (197,82,182). Sum of RGB (Red+Green+Blue) = 197+82+182=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C552B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552B6 is #3AAD49. Grayscale: #7F7F7F. Windows color (decimal): -3845450 or 11948741. OLE color: 11948741.

HSL color Cylindrical-coordinate representation of color #C552B6: hue angle of 307.83º 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 #C552B6 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 182 -
CMYK 0 0.58 0.08 0.23
HSL 307.83º 0.5% 0.55% -
HSV(B) 307.83º 0.58% 0.77% -
XYZ 34.49 21.28 46.55 -
YUV 127.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 197 82 182 0 0.58 0.08 0.23 307.83 0.5 0.55
Hex C5 52 B6 0 3A 8 17 134 32 37
Octal 305 122 266 0 72 10 27 464 62 67
Binary 11000101 1010010 10110110 0 111010 1000 10111 100110100 110010 110111

Color Harmonies of #C552B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552B6

Black with #C552B6

Text Example


Text Example

White with #C552B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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