Html Css Color HEX #C755B5 Fuchsia

📋 copy color: '#C755B5'

red 199 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #C755B5

Tints of Fuchsia #C755B5

RGB

 RED value IS 199 (78.13% from 255) = 42.8%

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 42.8%
G = 18.28%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C755B5 (or 0xC755B5) is known color: Fuchsia. HEX triplet: C7, 55 and B5. RGB value is (199,85,181). Sum of RGB (Red+Green+Blue) = 199+85+181=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C755B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755B5 is #38AA4A. Grayscale: #818181. Windows color (decimal): -3713611 or 11883975. OLE color: 11883975.

HSL color Cylindrical-coordinate representation of color #C755B5: hue angle of 309.47º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755B5 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 181 -
CMYK 0 0.57 0.09 0.22
HSL 309.47º 0.5% 0.56% -
HSV(B) 309.47º 0.57% 0.78% -
XYZ 35.14 21.98 46.11 -
YUV 130.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 199 85 181 0 0.57 0.09 0.22 309.47 0.5 0.56
Hex C7 55 B5 0 39 9 16 135 32 38
Octal 307 125 265 0 71 11 26 465 62 70
Binary 11000111 1010101 10110101 0 111001 1001 10110 100110101 110010 111000

Color Harmonies of #C755B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755B5

Black with #C755B5

Text Example


Text Example

White with #C755B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755B5; }

 p { color: rgb(199,85,181); }

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

background-color css

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

 a { background-color: rgb(199,85,181); }

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

border-color css

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

 span { border-color: rgb(199,85,181); }

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