Html Css Color HEX #C73FBB Fuchsia

📋 copy color: '#C73FBB'

red 199 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #C73FBB

Tints of Fuchsia #C73FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 44.32%
G = 14.03%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C73FBB (or 0xC73FBB) is known color: Fuchsia. HEX triplet: C7, 3F and BB. RGB value is (199,63,187). Sum of RGB (Red+Green+Blue) = 199+63+187=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FBB is #38C044. Grayscale: #757575. Windows color (decimal): -3719237 or 12271559. OLE color: 12271559.

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

Color convert

RGB 199 63 187 -
CMYK 0 0.68 0.06 0.22
HSL 305.29º 0.55% 0.51% -
HSV(B) 305.29º 0.68% 0.78% -
XYZ 34.3 19.28 48.93 -
YUV 117.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 199 63 187 0 0.68 0.06 0.22 305.29 0.55 0.51
Hex C7 3F BB 0 44 6 16 131 37 33
Octal 307 77 273 0 104 6 26 461 67 63
Binary 11000111 111111 10111011 0 1000100 110 10110 100110001 110111 110011

Color Harmonies of #C73FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FBB

Black with #C73FBB

Text Example


Text Example

White with #C73FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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