Html Css Color HEX #C75AB7 Fuchsia

📋 copy color: '#C75AB7'

red 199 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #C75AB7

Tints of Fuchsia #C75AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 42.16%
G = 19.07%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C75AB7 (or 0xC75AB7) is known color: Fuchsia. HEX triplet: C7, 5A and B7. RGB value is (199,90,183). Sum of RGB (Red+Green+Blue) = 199+90+183=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75AB7 is #38A548. Grayscale: #848484. Windows color (decimal): -3712329 or 12016327. OLE color: 12016327.

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

Color convert

RGB 199 90 183 -
CMYK 0 0.55 0.08 0.22
HSL 308.81º 0.49% 0.57% -
HSV(B) 308.81º 0.55% 0.78% -
XYZ 35.76 22.87 47.33 -
YUV 133.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 199 90 183 0 0.55 0.08 0.22 308.81 0.49 0.57
Hex C7 5A B7 0 37 8 16 135 31 39
Octal 307 132 267 0 67 10 26 465 61 71
Binary 11000111 1011010 10110111 0 110111 1000 10110 100110101 110001 111001

Color Harmonies of #C75AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AB7

Black with #C75AB7

Text Example


Text Example

White with #C75AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AB7; }

 p { color: rgb(199,90,183); }

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

background-color css

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

 a { background-color: rgb(199,90,183); }

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

border-color css

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

 span { border-color: rgb(199,90,183); }

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