Html Css Color HEX #C73DC1 Fuchsia

📋 copy color: '#C73DC1'

red 199 ◦ green 61 ◦ blue 193

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

Shades of Fuchsia #C73DC1

Tints of Fuchsia #C73DC1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

 BLUE value IS 193 (75.78% from 255) = 42.6%

R = 43.93%
G = 13.47%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C73DC1 (or 0xC73DC1) is known color: Fuchsia. HEX triplet: C7, 3D and C1. RGB value is (199,61,193). Sum of RGB (Red+Green+Blue) = 199+61+193=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DC1 is #38C23E. Grayscale: #747474. Windows color (decimal): -3719743 or 12664263. OLE color: 12664263.

HSL color Cylindrical-coordinate representation of color #C73DC1: hue angle of 302.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73DC1 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 61 193 -
CMYK 0 0.69 0.03 0.22
HSL 302.61º 0.55% 0.51% -
HSV(B) 302.61º 0.69% 0.78% -
XYZ 34.85 19.33 52.35 -
YUV 117.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 199 61 193 0 0.69 0.03 0.22 302.61 0.55 0.51
Hex C7 3D C1 0 45 3 16 12F 37 33
Octal 307 75 301 0 105 3 26 457 67 63
Binary 11000111 111101 11000001 0 1000101 11 10110 100101111 110111 110011

Color Harmonies of #C73DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DC1

Black with #C73DC1

Text Example


Text Example

White with #C73DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DC1; }

 p { color: rgb(199,61,193); }

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

background-color css

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

 a { background-color: rgb(199,61,193); }

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

border-color css

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

 span { border-color: rgb(199,61,193); }

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