Html Css Color HEX #C758B8 Fuchsia

📋 copy color: '#C758B8'

red 199 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #C758B8

Tints of Fuchsia #C758B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.07%

R = 42.25%
G = 18.68%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C758B8 (or 0xC758B8) is known color: Fuchsia. HEX triplet: C7, 58 and B8. RGB value is (199,88,184). Sum of RGB (Red+Green+Blue) = 199+88+184=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C758B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758B8 is #38A747. Grayscale: #838383. Windows color (decimal): -3712840 or 12081351. OLE color: 12081351.

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

Color convert

RGB 199 88 184 -
CMYK 0 0.56 0.08 0.22
HSL 308.11º 0.5% 0.56% -
HSV(B) 308.11º 0.56% 0.78% -
XYZ 35.69 22.58 47.82 -
YUV 132.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 199 88 184 0 0.56 0.08 0.22 308.11 0.5 0.56
Hex C7 58 B8 0 38 8 16 134 32 38
Octal 307 130 270 0 70 10 26 464 62 70
Binary 11000111 1011000 10111000 0 111000 1000 10110 100110100 110010 111000

Color Harmonies of #C758B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758B8

Black with #C758B8

Text Example


Text Example

White with #C758B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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