#C73CCB

Color #C73CCB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C73CCB

Tints of Fuchsia #C73CCB

Color information

#C73CCB (or 0xC73CCB) is unknown color: approx Fuchsia. HEX triplet: C7, 3C and CB. RGB value is (199,60,203). Sum of RGB (Red+Green+Blue) = 199+60+203=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C73CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CCB is #38C334. Grayscale: #757575. Windows color (decimal): -3719989 or 13319367. OLE color: 13319367.

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

Color convert

RGB19960203-
CMYK0.020.7000.20
HSL298.32º57.89%51.57%-
HSV(B)298.32º70.44%79.61%-
XYZ35.9519.6958.4-
YUV117.86176.05185.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 60 (23.83% from 255) = 12.99%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=43.07%
G=12.99%
B=43.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199602030.020.7000.20298.3257.8951.57
HexC73CCB24601412a3a34
Octal3077431321060244527264
Binary1100011111110011001011101000110010100100101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73CCB; }

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

 H1.HeaderClassName
 {
   color: #C73CCB;
 }
 .AnyTagClassName
 {
   color: #C73CCB;
 }
</style>
background-color css

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

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

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

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

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

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