Html Css Color HEX #C75AC0 Fuchsia

📋 copy color: '#C75AC0'

red 199 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #C75AC0

Tints of Fuchsia #C75AC0

RGB

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

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

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

R = 41.37%
G = 18.71%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C75AC0 (or 0xC75AC0) is known color: Fuchsia. HEX triplet: C7, 5A and C0. RGB value is (199,90,192). Sum of RGB (Red+Green+Blue) = 199+90+192=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75AC0 is #38A53F. Grayscale: #858585. Windows color (decimal): -3712320 or 12606151. OLE color: 12606151.

HSL color Cylindrical-coordinate representation of color #C75AC0: hue angle of 303.85º 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 #C75AC0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 90 192 -
CMYK 0 0.55 0.04 0.22
HSL 303.85º 0.49% 0.57% -
HSV(B) 303.85º 0.55% 0.78% -
XYZ 36.72 23.26 52.42 -
YUV 134.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 199 90 192 0 0.55 0.04 0.22 303.85 0.49 0.57
Hex C7 5A C0 0 37 4 16 130 31 39
Octal 307 132 300 0 67 4 26 460 61 71
Binary 11000111 1011010 11000000 0 110111 100 10110 100110000 110001 111001

Color Harmonies of #C75AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AC0

Black with #C75AC0

Text Example


Text Example

White with #C75AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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