Html Css Color HEX #C73CCA Fuchsia

📋 copy color: '#C73CCA'

red 199 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #C73CCA

Tints of Fuchsia #C73CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.02%

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 43.17%
G = 13.02%
B = 43.82%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C73CCA (or 0xC73CCA) is known color: Fuchsia. HEX triplet: C7, 3C and CA. RGB value is (199,60,202). Sum of RGB (Red+Green+Blue) = 199+60+202=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #C73CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CCA is #38C335. Grayscale: #757575. Windows color (decimal): -3719990 or 13253831. OLE color: 13253831.

HSL color Cylindrical-coordinate representation of color #C73CCA: hue angle of 298.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73CCA is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 60 202 -
CMYK 0.01 0.70 0 0.21
HSL 298.73º 0.57% 0.51% -
HSV(B) 298.73º 0.7% 0.79% -
XYZ 35.83 19.64 57.78 -
YUV 117.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 199 60 202 0.01 0.70 0 0.21 298.73 0.57 0.51
Hex C7 3C CA 1 46 0 15 12B 39 33
Octal 307 74 312 1 106 0 25 453 71 63
Binary 11000111 111100 11001010 1 1000110 0 10101 100101011 111001 110011

Color Harmonies of #C73CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CCA

Black with #C73CCA

Text Example


Text Example

White with #C73CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CCA; }

 p { color: rgb(199,60,202); }

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

background-color css

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

 a { background-color: rgb(199,60,202); }

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

border-color css

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

 span { border-color: rgb(199,60,202); }

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