Html Css Color HEX #C75BC0 Fuchsia

📋 copy color: '#C75BC0'

red 199 ◦ green 91 ◦ blue 192

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

Shades of Fuchsia #C75BC0

Tints of Fuchsia #C75BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 41.29%
G = 18.88%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C75BC0 (or 0xC75BC0) is known color: Fuchsia. HEX triplet: C7, 5B and C0. RGB value is (199,91,192). Sum of RGB (Red+Green+Blue) = 199+91+192=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BC0 is #38A43F. Grayscale: #868686. Windows color (decimal): -3712064 or 12606407. OLE color: 12606407.

HSL color Cylindrical-coordinate representation of color #C75BC0: hue angle of 303.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75BC0 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 91 192 -
CMYK 0 0.54 0.04 0.22
HSL 303.89º 0.49% 0.57% -
HSV(B) 303.89º 0.54% 0.78% -
XYZ 36.81 23.43 52.45 -
YUV 134.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 199 91 192 0 0.54 0.04 0.22 303.89 0.49 0.57
Hex C7 5B C0 0 36 4 16 130 31 39
Octal 307 133 300 0 66 4 26 460 61 71
Binary 11000111 1011011 11000000 0 110110 100 10110 100110000 110001 111001

Color Harmonies of #C75BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BC0

Black with #C75BC0

Text Example


Text Example

White with #C75BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BC0; }

 p { color: rgb(199,91,192); }

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

background-color css

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

 a { background-color: rgb(199,91,192); }

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

border-color css

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

 span { border-color: rgb(199,91,192); }

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