Html Css Color HEX #C73FCE Fuchsia

📋 copy color: '#C73FCE'

red 199 ◦ green 63 ◦ blue 206

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

Shades of Fuchsia #C73FCE

Tints of Fuchsia #C73FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 42.52%
G = 13.46%
B = 44.02%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C73FCE (or 0xC73FCE) is known color: Fuchsia. HEX triplet: C7, 3F and CE. RGB value is (199,63,206). Sum of RGB (Red+Green+Blue) = 199+63+206=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C73FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FCE is #38C031. Grayscale: #777777. Windows color (decimal): -3719218 or 13516743. OLE color: 13516743.

HSL color Cylindrical-coordinate representation of color #C73FCE: hue angle of 297.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73FCE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 63 206 -
CMYK 0.03 0.69 0 0.19
HSL 297.06º 0.59% 0.53% -
HSV(B) 297.06º 0.69% 0.81% -
XYZ 36.47 20.15 60.36 -
YUV 119.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 199 63 206 0.03 0.69 0 0.19 297.06 0.59 0.53
Hex C7 3F CE 3 45 0 13 129 3B 35
Octal 307 77 316 3 105 0 23 451 73 65
Binary 11000111 111111 11001110 11 1000101 0 10011 100101001 111011 110101

Color Harmonies of #C73FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FCE

Black with #C73FCE

Text Example


Text Example

White with #C73FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FCE; }

 p { color: rgb(199,63,206); }

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

background-color css

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

 a { background-color: rgb(199,63,206); }

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

border-color css

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

 span { border-color: rgb(199,63,206); }

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