Html Css Color HEX #C75BCF Fuchsia

📋 copy color: '#C75BCF'

red 199 ◦ green 91 ◦ blue 207

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

Shades of Fuchsia #C75BCF

Tints of Fuchsia #C75BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 40.04%
G = 18.31%
B = 41.65%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C75BCF (or 0xC75BCF) is known color: Fuchsia. HEX triplet: C7, 5B and CF. RGB value is (199,91,207). Sum of RGB (Red+Green+Blue) = 199+91+207=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #C75BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BCF is #38A430. Grayscale: #888888. Windows color (decimal): -3712049 or 13589447. OLE color: 13589447.

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

Color convert

RGB 199 91 207 -
CMYK 0.04 0.56 0 0.19
HSL 295.86º 0.55% 0.58% -
HSV(B) 295.86º 0.56% 0.81% -
XYZ 38.56 24.13 61.66 -
YUV 136.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 199 91 207 0.04 0.56 0 0.19 295.86 0.55 0.58
Hex C7 5B CF 4 38 0 13 128 37 3A
Octal 307 133 317 4 70 0 23 450 67 72
Binary 11000111 1011011 11001111 100 111000 0 10011 100101000 110111 111010

Color Harmonies of #C75BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BCF

Black with #C75BCF

Text Example


Text Example

White with #C75BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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