Html Css Color HEX #C73ACC Fuchsia

📋 copy color: '#C73ACC'

red 199 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #C73ACC

Tints of Fuchsia #C73ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

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

R = 43.17%
G = 12.58%
B = 44.25%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C73ACC (or 0xC73ACC) is known color: Fuchsia. HEX triplet: C7, 3A and CC. RGB value is (199,58,204). Sum of RGB (Red+Green+Blue) = 199+58+204=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C73ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ACC is #38C533. Grayscale: #747474. Windows color (decimal): -3720500 or 13384391. OLE color: 13384391.

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

Color convert

RGB 199 58 204 -
CMYK 0.02 0.72 0 0.2
HSL 297.95º 0.59% 0.51% -
HSV(B) 297.95º 0.72% 0.8% -
XYZ 35.97 19.53 59 -
YUV 116.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 199 58 204 0.02 0.72 0 0.2 297.95 0.59 0.51
Hex C7 3A CC 2 48 0 14 12A 3B 33
Octal 307 72 314 2 110 0 24 452 73 63
Binary 11000111 111010 11001100 10 1001000 0 10100 100101010 111011 110011

Color Harmonies of #C73ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73ACC

Black with #C73ACC

Text Example


Text Example

White with #C73ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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