Html Css Color HEX #DC3FC0 Fuchsia

📋 copy color: '#DC3FC0'

red 220 ◦ green 63 ◦ blue 192

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

Shades of Fuchsia #DC3FC0

Tints of Fuchsia #DC3FC0

RGB

 RED value IS 220 (86.33% from 255) = 46.32%

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 46.32%
G = 13.26%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC3FC0 (or 0xDC3FC0) is known color: Fuchsia. HEX triplet: DC, 3F and C0. RGB value is (220,63,192). Sum of RGB (Red+Green+Blue) = 220+63+192=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3FC0 is #23C03F. Grayscale: #7C7C7C. Windows color (decimal): -2342976 or 12599260. OLE color: 12599260.

HSL color Cylindrical-coordinate representation of color #DC3FC0: hue angle of 310.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FC0 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 63 192 -
CMYK 0 0.71 0.13 0.14
HSL 310.7º 0.69% 0.55% -
HSV(B) 310.7º 0.71% 0.86% -
XYZ 40.81 22.58 52.08 -
YUV 124.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 220 63 192 0 0.71 0.13 0.14 310.7 0.69 0.55
Hex DC 3F C0 0 47 D E 137 45 37
Octal 334 77 300 0 107 15 16 467 105 67
Binary 11011100 111111 11000000 0 1000111 1101 1110 100110111 1000101 110111

Color Harmonies of #DC3FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3FC0

Black with #DC3FC0

Text Example


Text Example

White with #DC3FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3FC0; }

 p { color: rgb(220,63,192); }

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

background-color css

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

 a { background-color: rgb(220,63,192); }

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

border-color css

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

 span { border-color: rgb(220,63,192); }

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