Html Css Color HEX #C73ACD Fuchsia

📋 copy color: '#C73ACD'

red 199 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #C73ACD

Tints of Fuchsia #C73ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 43.07%
G = 12.55%
B = 44.37%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C73ACD (or 0xC73ACD) is known color: Fuchsia. HEX triplet: C7, 3A and CD. RGB value is (199,58,205). Sum of RGB (Red+Green+Blue) = 199+58+205=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C73ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ACD is #38C532. Grayscale: #747474. Windows color (decimal): -3720499 or 13449927. OLE color: 13449927.

HSL color Cylindrical-coordinate representation of color #C73ACD: hue angle of 297.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73ACD is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 58 205 -
CMYK 0.03 0.72 0 0.20
HSL 297.55º 0.6% 0.52% -
HSV(B) 297.55º 0.72% 0.8% -
XYZ 36.09 19.58 59.63 -
YUV 116.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 199 58 205 0.03 0.72 0 0.20 297.55 0.6 0.52
Hex C7 3A CD 3 48 0 14 12A 3C 34
Octal 307 72 315 3 110 0 24 452 74 64
Binary 11000111 111010 11001101 11 1001000 0 10100 100101010 111100 110100

Color Harmonies of #C73ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73ACD

Black with #C73ACD

Text Example


Text Example

White with #C73ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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