Html Css Color HEX #C552BE Fuchsia

📋 copy color: '#C552BE'

red 197 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #C552BE

Tints of Fuchsia #C552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 42%
G = 17.48%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C552BE (or 0xC552BE) is known color: Fuchsia. HEX triplet: C5, 52 and BE. RGB value is (197,82,190). Sum of RGB (Red+Green+Blue) = 197+82+190=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C552BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552BE is #3AAD41. Grayscale: #808080. Windows color (decimal): -3845442 or 12473029. OLE color: 12473029.

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

Color convert

RGB 197 82 190 -
CMYK 0 0.58 0.04 0.23
HSL 303.65º 0.5% 0.55% -
HSV(B) 303.65º 0.58% 0.77% -
XYZ 35.34 21.62 51.03 -
YUV 128.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 197 82 190 0 0.58 0.04 0.23 303.65 0.5 0.55
Hex C5 52 BE 0 3A 4 17 130 32 37
Octal 305 122 276 0 72 4 27 460 62 67
Binary 11000101 1010010 10111110 0 111010 100 10111 100110000 110010 110111

Color Harmonies of #C552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552BE

Black with #C552BE

Text Example


Text Example

White with #C552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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