Html Css Color HEX #C758B2 Fuchsia

📋 copy color: '#C758B2'

red 199 ◦ green 88 ◦ blue 178

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

Shades of Fuchsia #C758B2

Tints of Fuchsia #C758B2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 42.8%
G = 18.92%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C758B2 (or 0xC758B2) is known color: Fuchsia. HEX triplet: C7, 58 and B2. RGB value is (199,88,178). Sum of RGB (Red+Green+Blue) = 199+88+178=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C758B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758B2 is #38A74D. Grayscale: #838383. Windows color (decimal): -3712846 or 11688135. OLE color: 11688135.

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

Color convert

RGB 199 88 178 -
CMYK 0 0.56 0.11 0.22
HSL 311.35º 0.5% 0.56% -
HSV(B) 311.35º 0.56% 0.78% -
XYZ 35.08 22.34 44.58 -
YUV 131.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 199 88 178 0 0.56 0.11 0.22 311.35 0.5 0.56
Hex C7 58 B2 0 38 B 16 137 32 38
Octal 307 130 262 0 70 13 26 467 62 70
Binary 11000111 1011000 10110010 0 111000 1011 10110 100110111 110010 111000

Color Harmonies of #C758B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758B2

Black with #C758B2

Text Example


Text Example

White with #C758B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758B2; }

 p { color: rgb(199,88,178); }

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

background-color css

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

 a { background-color: rgb(199,88,178); }

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

border-color css

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

 span { border-color: rgb(199,88,178); }

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