Html Css Color HEX #C73FCB Fuchsia

📋 copy color: '#C73FCB'

red 199 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #C73FCB

Tints of Fuchsia #C73FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 42.8%
G = 13.55%
B = 43.66%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C73FCB (or 0xC73FCB) is known color: Fuchsia. HEX triplet: C7, 3F and CB. RGB value is (199,63,203). Sum of RGB (Red+Green+Blue) = 199+63+203=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C73FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FCB is #38C034. Grayscale: #777777. Windows color (decimal): -3719221 or 13320135. OLE color: 13320135.

HSL color Cylindrical-coordinate representation of color #C73FCB: hue angle of 298.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73FCB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 63 203 -
CMYK 0.02 0.69 0 0.20
HSL 298.29º 0.57% 0.52% -
HSV(B) 298.29º 0.69% 0.8% -
XYZ 36.11 20.01 58.46 -
YUV 119.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 199 63 203 0.02 0.69 0 0.20 298.29 0.57 0.52
Hex C7 3F CB 2 45 0 14 12A 39 34
Octal 307 77 313 2 105 0 24 452 71 64
Binary 11000111 111111 11001011 10 1000101 0 10100 100101010 111001 110100

Color Harmonies of #C73FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FCB

Black with #C73FCB

Text Example


Text Example

White with #C73FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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