Html Css Color HEX #C758CD Fuchsia

📋 copy color: '#C758CD'

red 199 ◦ green 88 ◦ blue 205

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

Shades of Fuchsia #C758CD

Tints of Fuchsia #C758CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 40.45%
G = 17.89%
B = 41.67%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C758CD (or 0xC758CD) is known color: Fuchsia. HEX triplet: C7, 58 and CD. RGB value is (199,88,205). Sum of RGB (Red+Green+Blue) = 199+88+205=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C758CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758CD is #38A732. Grayscale: #868686. Windows color (decimal): -3712819 or 13457607. OLE color: 13457607.

HSL color Cylindrical-coordinate representation of color #C758CD: hue angle of 296.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C758CD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 88 205 -
CMYK 0.03 0.57 0 0.20
HSL 296.92º 0.54% 0.57% -
HSV(B) 296.92º 0.57% 0.8% -
XYZ 38.06 23.53 60.29 -
YUV 134.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 199 88 205 0.03 0.57 0 0.20 296.92 0.54 0.57
Hex C7 58 CD 3 39 0 14 129 36 39
Octal 307 130 315 3 71 0 24 451 66 71
Binary 11000111 1011000 11001101 11 111001 0 10100 100101001 110110 111001

Color Harmonies of #C758CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758CD

Black with #C758CD

Text Example


Text Example

White with #C758CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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