Html Css Color HEX #C75ACC Fuchsia

📋 copy color: '#C75ACC'

red 199 ◦ green 90 ◦ blue 204

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

Shades of Fuchsia #C75ACC

Tints of Fuchsia #C75ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 40.37%
G = 18.26%
B = 41.38%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C75ACC (or 0xC75ACC) is known color: Fuchsia. HEX triplet: C7, 5A and CC. RGB value is (199,90,204). Sum of RGB (Red+Green+Blue) = 199+90+204=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C75ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ACC is #38A533. Grayscale: #878787. Windows color (decimal): -3712308 or 13392583. OLE color: 13392583.

HSL color Cylindrical-coordinate representation of color #C75ACC: hue angle of 297.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75ACC is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 90 204 -
CMYK 0.02 0.56 0 0.2
HSL 297.37º 0.53% 0.58% -
HSV(B) 297.37º 0.56% 0.8% -
XYZ 38.11 23.81 59.71 -
YUV 135.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 199 90 204 0.02 0.56 0 0.2 297.37 0.53 0.58
Hex C7 5A CC 2 38 0 14 129 35 3A
Octal 307 132 314 2 70 0 24 451 65 72
Binary 11000111 1011010 11001100 10 111000 0 10100 100101001 110101 111010

Color Harmonies of #C75ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ACC

Black with #C75ACC

Text Example


Text Example

White with #C75ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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