Html Css Color HEX #C73BCE Fuchsia

📋 copy color: '#C73BCE'

red 199 ◦ green 59 ◦ blue 206

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

Shades of Fuchsia #C73BCE

Tints of Fuchsia #C73BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

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

R = 42.89%
G = 12.72%
B = 44.4%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C73BCE (or 0xC73BCE) is known color: Fuchsia. HEX triplet: C7, 3B and CE. RGB value is (199,59,206). Sum of RGB (Red+Green+Blue) = 199+59+206=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #C73BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BCE is #38C431. Grayscale: #757575. Windows color (decimal): -3720242 or 13515719. OLE color: 13515719.

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

Color convert

RGB 199 59 206 -
CMYK 0.03 0.71 0 0.19
HSL 297.14º 0.6% 0.52% -
HSV(B) 297.14º 0.71% 0.81% -
XYZ 36.26 19.73 60.29 -
YUV 117.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 199 59 206 0.03 0.71 0 0.19 297.14 0.6 0.52
Hex C7 3B CE 3 47 0 13 129 3C 34
Octal 307 73 316 3 107 0 23 451 74 64
Binary 11000111 111011 11001110 11 1000111 0 10011 100101001 111100 110100

Color Harmonies of #C73BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BCE

Black with #C73BCE

Text Example


Text Example

White with #C73BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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