Html Css Color HEX #C73DCE Fuchsia

📋 copy color: '#C73DCE'

red 199 ◦ green 61 ◦ blue 206

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

Shades of Fuchsia #C73DCE

Tints of Fuchsia #C73DCE

RGB

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

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

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

R = 42.7%
G = 13.09%
B = 44.21%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C73DCE (or 0xC73DCE) is known color: Fuchsia. HEX triplet: C7, 3D and CE. RGB value is (199,61,206). Sum of RGB (Red+Green+Blue) = 199+61+206=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #C73DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DCE is #38C231. Grayscale: #767676. Windows color (decimal): -3719730 or 13516231. OLE color: 13516231.

HSL color Cylindrical-coordinate representation of color #C73DCE: hue angle of 297.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73DCE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 61 206 -
CMYK 0.03 0.70 0 0.19
HSL 297.1º 0.6% 0.52% -
HSV(B) 297.1º 0.7% 0.81% -
XYZ 36.36 19.94 60.32 -
YUV 118.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 199 61 206 0.03 0.70 0 0.19 297.1 0.6 0.52
Hex C7 3D CE 3 46 0 13 129 3C 34
Octal 307 75 316 3 106 0 23 451 74 64
Binary 11000111 111101 11001110 11 1000110 0 10011 100101001 111100 110100

Color Harmonies of #C73DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DCE

Black with #C73DCE

Text Example


Text Example

White with #C73DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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