Html Css Color HEX #C758CC Fuchsia

📋 copy color: '#C758CC'

red 199 ◦ green 88 ◦ blue 204

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

Shades of Fuchsia #C758CC

Tints of Fuchsia #C758CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 40.53%
G = 17.92%
B = 41.55%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C758CC (or 0xC758CC) is known color: Fuchsia. HEX triplet: C7, 58 and CC. RGB value is (199,88,204). Sum of RGB (Red+Green+Blue) = 199+88+204=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C758CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758CC is #38A733. Grayscale: #868686. Windows color (decimal): -3712820 or 13392071. OLE color: 13392071.

HSL color Cylindrical-coordinate representation of color #C758CC: hue angle of 297.41º degrees, saturation: 0.53, 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 #C758CC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 88 204 -
CMYK 0.02 0.57 0 0.2
HSL 297.41º 0.53% 0.57% -
HSV(B) 297.41º 0.57% 0.8% -
XYZ 37.94 23.48 59.66 -
YUV 134.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 199 88 204 0.02 0.57 0 0.2 297.41 0.53 0.57
Hex C7 58 CC 2 39 0 14 129 35 39
Octal 307 130 314 2 71 0 24 451 65 71
Binary 11000111 1011000 11001100 10 111001 0 10100 100101001 110101 111001

Color Harmonies of #C758CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758CC

Black with #C758CC

Text Example


Text Example

White with #C758CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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