Html Css Color HEX #C552BD Fuchsia

📋 copy color: '#C552BD'

red 197 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #C552BD

Tints of Fuchsia #C552BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 42.09%
G = 17.52%
B = 40.38%

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

#C552BD (or 0xC552BD) is known color: Fuchsia. HEX triplet: C5, 52 and BD. RGB value is (197,82,189). Sum of RGB (Red+Green+Blue) = 197+82+189=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C552BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552BD is #3AAD42. Grayscale: #808080. Windows color (decimal): -3845443 or 12407493. OLE color: 12407493.

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

Color convert

RGB 197 82 189 -
CMYK 0 0.58 0.04 0.23
HSL 304.17º 0.5% 0.55% -
HSV(B) 304.17º 0.58% 0.77% -
XYZ 35.23 21.58 50.45 -
YUV 128.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 197 82 189 0 0.58 0.04 0.23 304.17 0.5 0.55
Hex C5 52 BD 0 3A 4 17 130 32 37
Octal 305 122 275 0 72 4 27 460 62 67
Binary 11000101 1010010 10111101 0 111010 100 10111 100110000 110010 110111

Color Harmonies of #C552BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552BD

Black with #C552BD

Text Example


Text Example

White with #C552BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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