Html Css Color HEX #C75CCE Fuchsia

📋 copy color: '#C75CCE'

red 199 ◦ green 92 ◦ blue 206

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

Shades of Fuchsia #C75CCE

Tints of Fuchsia #C75CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 40.04%
G = 18.51%
B = 41.45%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C75CCE (or 0xC75CCE) is known color: Fuchsia. HEX triplet: C7, 5C and CE. RGB value is (199,92,206). Sum of RGB (Red+Green+Blue) = 199+92+206=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C75CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CCE is #38A331. Grayscale: #888888. Windows color (decimal): -3711794 or 13524167. OLE color: 13524167.

HSL color Cylindrical-coordinate representation of color #C75CCE: hue angle of 296.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75CCE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 92 206 -
CMYK 0.03 0.55 0 0.19
HSL 296.32º 0.54% 0.58% -
HSV(B) 296.32º 0.55% 0.81% -
XYZ 38.52 24.25 61.04 -
YUV 136.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 199 92 206 0.03 0.55 0 0.19 296.32 0.54 0.58
Hex C7 5C CE 3 37 0 13 128 36 3A
Octal 307 134 316 3 67 0 23 450 66 72
Binary 11000111 1011100 11001110 11 110111 0 10011 100101000 110110 111010

Color Harmonies of #C75CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CCE

Black with #C75CCE

Text Example


Text Example

White with #C75CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CCE; }

 p { color: rgb(199,92,206); }

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

background-color css

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

 a { background-color: rgb(199,92,206); }

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

border-color css

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

 span { border-color: rgb(199,92,206); }

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